我是 GitHub 的新手,但我按照以下步骤创建了一个 repo:
$ mkdir fb
$ cd fb
$ git init
$ git add README
$ git commit -m 'first commit'
$ git push origin master
现在,当我尝试进行第一次提交时,出现以下错误:
$ git push origin master
error: Cannot access URL https://github.com/xxx/yyy/, return code 60
error: failed to push some refs to 'https://github.com/xxx/yyy'
我正在使用最新的 git 版本。为什么 GitHub 会抛出这个异常错误,我该如何解决?