git设置上游分支以及解决Connection reset by IP port 22 fatal: Could not read from remote repository
git设置上游分支
git branch --set-upstream-to=origin/master master
解决Connection reset by IP port 22 fatal: Could not read from remote repository
重新生成ssh key
ssh-keygen -t rsa -C "youremail@xx.com"
使用http连接
上述方法没用的话,可以使用http连接试试