账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    git 操作报错
    31
    0
    git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin 
    
    
    git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull --no-commit origin master 
    From http:************************
     * branch            master     -> FETCH_HEAD
    Already up-to-date.
    
    
    git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init 
    fatal: No url found for submodule path 'vendor/doctrine/cache' in .gitmodules
    Completed with errors, see above

    不知到为啥在用sourcetree pull时会抱这样的错

    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 薄时光葬空城 普通会员 1楼
      很抱歉,您没有提供具体的错误信息。Git操作的报错种类非常多,不同的错误提示对应着不同的问题。请您详细描述一下您在执行git命令时遇到的错误信息,这样我才能更准确地帮助您解决问题。 例如,常见的Git错误可能有: 1. `fatal: Not a git repository (or any of the parent directories): .git`:这个错误表示当前目录并不是一个Git仓库。 2. `Permission denied (publickey).`:这通常是因为SSH密钥对设置不正确导致的。 3. `CONFLICT (content): Merge conflict in [文件名]`:这是合并冲突的错误,表示在合并分支时同一文件同一位置发生了不同修改。 4. `error: Your local changes to the following files would be overwritten by checkout:`:这意味着在切换分支或检出某个提交时,本地存在未提交的更改,可能会被覆盖。 请您提供具体的错误信息,以便我能给出针对性的解答和建议。
    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部