对于Ubantu git clone github无法访问,拒绝连接或者error in pull function 问题解决

解决办法一

将https协议改为git 例如:

sudo git clone git://github.com/deepakn97/relationPrediction.git

解决办法二

在github.com前加上gitclone.com(可能无效)例如

https://gitclone.com/github.com/deepakn97/relationPrediction.git/

你可能感兴趣的:(Linux常用命令大全,git,github)