gpt4 book ai didi

git - 如何创建远程 Git 存储库?

转载 作者:太空狗 更新时间:2023-10-29 14:17:16 25 4
gpt4 key购买 nike

是否可以在 http://gitlab.com 上创建一个新的 Git 存储库而不先创建它? ?我的目的是初始化本地存储库,做一些工作,将文件添加到索引,提交并最终将其推送到服务器,而无需在 gitlab 上手动创建新存储库。

存储库创建失败并显示错误消息:GitLab:找不到您要查找的项目。致命:无法从远程存储库读取。

当我终于做到了

git push origin --all

最佳答案

试图为自己回答同样的问题(从命令行创建一个新的 gitlab 存储库然后推送到它),我找到了这篇文章 Push to create a new project在 GitLab 的帮助页面中。运行此命令对我有用:

git push --set-upstream https://gitlab.example.com/myusername/nonexistent-project.git master

然后根据提示将 Remote 添加到repo:

git remote add origin https://gitlab.example.com/myusername/nonexistent-project.git

(适用于 GitLab 10.5 及更高版本)

关于git - 如何创建远程 Git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43756866/

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