gpt4 book ai didi

github文件未提交

转载 作者:行者123 更新时间:2023-12-04 05:31:58 25 4
gpt4 key购买 nike

我是 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 会抛出这个异常错误,我该如何解决?

最佳答案

如果您尝试对 git 存储库使用 SSH 协议(protocol)会怎样,例如git@github.com:xxx/yyy.git ,看看这是否适合你?
$ git remote rm origin$ git remote add origin git@github.com:xxx/yyy.git

关于github文件未提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12461682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com