gpt4 book ai didi

git - 如何解决 "Port number ended with ' y'"的 url 错误?

转载 作者:太空狗 更新时间:2023-10-29 13:12:40 25 4
gpt4 key购买 nike

尝试将 gitlab 中的现有存储库克隆到我的本地驱动器时。我使用的格式

$ git clone https://github.com/libgit2/libgit2  mylibgit 

生成的文件夹,例如 mylibgit 是在 XAMPP 网络文件夹(即 htdocs)之外的某个地方找到的,我将它移到了那里,但它没有按预期工作。

我将它移到我的桌面上并收到错误:

fatal: unable to access 'https://git@gitlab.com:xxxxx/yyyyyy/':Port number ended with 'y'

最佳答案

对于gitlab,不需要指定用户。
将其替换为基于您的 GitLab 帐户名的 https url。

cd /path/to/your/repo
git remote set-url origin https://gitlab.com/<username>/<yourProjectName.git>
git push -u origin master

注意:

trying to clone an already existing repository from gitla

这与“git clone https://github.com/libgit2/libgit2”相矛盾,因为这是一个 GitHub url,而不是 GitLab。

关于git - 如何解决 "Port number ended with ' y'"的 url 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45385673/

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