首先先确保你的SSH设置没有问题,这个你跟着网上教程来,一般问题不大。
如果你跟着别人教程来,ssh感觉自己都设置对了,还是不行。采用git bash执行 git clone 命令,会报错:fatal: destination path '.' already exists and is not an empty directory.
那打开电脑的网络设置,
采用git bash执行:
git config --global http.prexy http://代理IP:代理端口
记得回车
接下来你再去clone应该就行了