gpt4 book ai didi

git - Visual Studio 2017 - 无法将提交的更改推送到本地存储库

转载 作者:太空狗 更新时间:2023-10-29 14:21:54 26 4
gpt4 key购买 nike

我在 Win 10 企业版上运行 VS 2017 企业版 (15.7.3)。我在本地硬盘驱动器上有一个 git 存储库,我在其中进行了一些更改,现在希望使用 VS 将这些更改“提交并推送”到位于我们网络文件共享之一的中央存储库。

我得到的错误信息是:

Error encountered while pushing to the remote repository: Git failed with a fatal error.
Could not read from remote repository.

Please make sure you have the correct access rights and the repository
exists.

a) 直到昨天这对我有用了一段时间。据我所知,我的机器没有更新或其他更改。

b) 当我从命令行使用 git 时,我能够将这些更改推送到我们的中央存储库,VS 同步窗口反射(reflect)了这一事实(不再有传出提交。)

 git status before using command line to push:
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
git status after using command line to push:
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean

c) 使用 VS 安装程序,我尝试卸载(重启)/重新安装(重启)“Git for Windows”,但无济于事。

到目前为止我能找到的所有东西都是针对使用 GitHub 的问题,这不是我的情况。

最佳答案

听起来像是您在 github 上的凭据配置问题,我建议您使用以下命令进入终端并存储您的凭据:

$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>

关于git - Visual Studio 2017 - 无法将提交的更改推送到本地存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50719518/

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