1

无法将现有的 git 存储库推送到远程。

以前没有发生过。我已经尝试安装最新版本的 git 但仍然无法推送。

git push --set-upstream origin master
git: 'remote-httpshttps' is not a git command. See 'git --help'.
4

2 回答 2

1

不知道为什么.....我关闭了 git bash,然后打开了一个新的。然后它被修复了:(

于 2021-05-12T21:13:25.210 回答
0

如果您有远程存储库的 HTTPS URL,请先尝试:

git remote set-url origin https://url/of/remote/repository

然后再试一次git push -u origin master

于 2021-01-09T05:46:55.417 回答