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連接試試
