gpt4 book ai didi

git - `git pull` 没有任何反应

转载 作者:太空狗 更新时间:2023-10-29 14:06:35 30 4
gpt4 key购买 nike

从昨天开始,我的专业电脑出现了一个大问题:我无法使用 git pull。这真的很奇怪,因为所有其他 git 命令都有效。

我试过的:

  • 正在为 Windows、Git Shell 等重新安装 Github...
  • 看看我是否可以访问远程服务器(git push 工作,我可以 ping 远程服务器)。

GIT_TRACE=1 git pull 返回:

$ GIT_TRACE=1 git pull
trace: exec: 'git-pull'
trace: run_command: 'git-pull'

另一件事很奇怪:现在在 git 存储库上,我没有在 git shell 上看到当前存储库:

MY_USER@MY_COMPUTER /c/Github/myRepo 
$

通常,我的 CLI 看起来像这样:

MY_USER@MY_COMPUTER /c/Github/myRepo <develop>
$

我认为问题出在软件上,因为我在问题发生之前收到了“entreprise”软件包更新。我的配置:Windows 8.1 Professional 和 Github for Windows,我使用的是 Git shell。

如果有人有解决此问题的想法或如何调试此命令,我将不胜感激。

编辑

git remote -v 返回:

$ git remote -v
origin https://MY_USER@git-SI.enterprise.fr/PROJECT/windows/PROJECT_repo.git (fetch)
origin https://MY_USER@git-SI.enterprise.fr/PROJECT/windows/PROJECT_repo.git (push)

git status返回:

$ git status
# On branch develop
# Your branch is ahead of 'origin/develop' by 1 commit.
# (use "git push" to publish your local commits)
#
nothing to commit, working directory clean

最佳答案

问题是我们企业防病毒软件的更新:它阻止了所有 bash 命令(如 lsclear 在我的提示命令中)。

关于git - `git pull` 没有任何反应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27121222/

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