push文件到github出现 crlf换行符问题
windows下的解决方案
git config --global core.autocrlf false
ssh-add -L查看git-agent高速缓存中密钥遇到
Could not open a connection to your authentication agent
解决方案
$ ssh-agent.exe bash
push文件到github出现 crlf换行符问题
windows下的解决方案
git config --global core.autocrlf false
ssh-add -L查看git-agent高速缓存中密钥遇到
Could not open a connection to your authentication agent
解决方案
$ ssh-agent.exe bash
转载于:https://my.oschina.net/chenping12/blog/824806