Git拉取代码时候报错:fatal: not a git repository (or any of the parent directories): .git

在执行git pull时遇到错误提示'fatal: not a git repository (or any of the parent directories): .git'。尝试使用git init也出现问题。最终通过删除并重新初始化项目来解决此问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

fatal: not a git repository (or any of the parent directories): .git

当我git pull的时候,发现提示我上面的错误,后来发现git init 还是报错,后来我将我的项目从Zto下面删除掉后,然后

C:\Zto>git init
Initialized empty Git repository in C:/Zto/sjjsc/.git/
C:\Zto>git init
Initialized empty Git repository in C:/Zto/.git/

C:\Zto>git remote add origin http://xxxx/sjjsc.git

C:\Zto>git clone http://xxx/sjjsc.git
Cloning into 'sjjsc'...
remote: Counting objects: 766, done.
remote: Compressing objects: 100% (391/391), done.
Rremote: Total 766 (delta 458), reused 637 (delta 349)eceiving objects:                   41 MiB | 6.82
Receiving objects: 100% (766/766), 11.56 MiB | 14.79 MiB/s, done.
Resolving deltas: 100% (458/458), done.

C:\Zto>git branch -a

C:\Zto>git checkout develop
error: pathspec 'develop' did not match any file(s) known to git.

C:\Zto>git init
Reinitialized existing Git repository in C:/Zto/.git/

C:\Zto>git pull origin develop
remote: Counting objects: 766, done.
remote: Compressing objects: 100% (391/391), done.
Receiving objremote: Total 766 (delta 458), reused 637 (delta 349)ects:  89%
Receiving objects: 100% (766/766), 11.56 MiB | 26.12 MiB/s, done.
Resolving deltas: 100% (458/458), done.
From http://git.ztosys.com/BigDataPlatform/sjjsc
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop

C:\Zto>git branch -a
* master
  remotes/origin/develop

C:\Zto>git checkout develop
Switched to a new branch 'develop'
Branch 'develop' set up to track remote branch 'develop' from 'origin'.

C:\Zto>git branch -a
* develop
  master
  remotes/origin/develop

C:\Zto>cd sjjsc

C:\Zto\sjjsc>git branch -a
* develop
  remotes/origin/HEAD -> origin/develop
  remotes/origin/develop
  remotes/origin/master

C:\Zto\sjjsc>git pull
Already up to date.

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值