gpt4 book ai didi

git push origin 给出 refspec 的远程部分不是有效名称

转载 作者:IT王子 更新时间:2023-10-29 01:30:10 27 4
gpt4 key购买 nike

我已经使用我的 GitHub 帐户在 https://github.com/darKoram/sphero_tracker.git .到目前为止,它只包含一些 wiki 页面,但我已准备好上传我的代码。

我用

git push origin git@github.com:/darkoram/shpero_tracker.git

我也试过

git push origin https://github.com/darKoram/sphero_tracker.git

两次我都得到

remote part of refspec is not a valid name in https://github.com/darKoram/sphero_tracker.git

我之前推过没有问题。只是不知道我在这里做错了什么。


我走得更远了。按照 marshall 的说明和下面的 generating-ssh-keys 链接进行操作,但仍然得到

git push -u origin master错误:找不到存储库。fatal: 远端意外挂断

我已经确定我的 ssh key 是好的,并通过尝试将我的 id_rsa.pub 中的内容添加到我的 github(它说 key 已经存在)来验证它们存在于 github 上。

$ ssh -T git@github.com嗨达科 pull 姆!您已成功通过身份验证,但 GitHub 不提供 shell 访问。

https://help.github.com/articles/generating-ssh-keys

ssh -T -p 443 git@ssh.github.com无法确定主机“[ssh.github.com]:443 ([207.97.227.248]:443)”的真实性。RSA key 指纹为 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48。您确定要继续连接吗(是/否)?是的警告:将“[ssh.github.com]:443,[207.97.227.248]:443”(RSA) 永久添加到已知主机列表中。嗨达科 pull 姆!您已成功通过身份验证,但 GitHub 不提供 shell 访问

git 远程 -v来源 git@github.com:darKoram/shpero_tracker.git(获取)来源 git@github.com:darKoram/shpero_tracker.git(推送)

但 repo 似乎确实存在 http://www.pasteall.org/pic/show.php?id=36560

最佳答案

为什么不关注 instructions GitHub gives you

git remote add origin git@github.com:darkoram/shpero_tracker.git
git push -u origin master

你发出的命令是说“推送到名为 origin 的远程仓库和名为 git@github.com:/darkoram/shpero_tracker.git 的分支”,这显然是不正确的。

关于git push origin 给出 refspec 的远程部分不是有效名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11945289/

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