作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
$ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
$ git push --set-upstream origin master
fatal: I don't handle protocol ''
$ git config --global url."https://".insteadOf git://
$ git push --set-upstream origin master
fatal: I don't handle protocol ''
$ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
最佳答案
尝试将推送 url 重置为:
git remote set-url origin https://github.com/<username>/<reponame>
替换<username>
使用您的 GitHub 用户帐户,以及 <reponame>
使用您的 datasciencecoursera 存储库名称。
关于git - 致命的 : I don't handle protocol '' while pushing to upstream,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36880121/
我是一名优秀的程序员,十分优秀!