git没有干净地退出(退出代码1) - 大学看不到变化?

时间:2018-02-27 17:26:09

标签: git

我看到错误(我正在使用bit bucket服务器使用最新的togise git)

 git did not exit cleanly (exit code 1)   

详情如下 认为我正在做的顺序

  1. 我的存储库可能不是最新的
  2. 我确实承诺并推动掌握
  3. 我得到以下错误代码git没有干净地退出(退出代码1)
  4. 我做git pull得到最近的所有更改
  5. 然后我尝试提交并再次推送到掌握,但随后我收到一条消息" 自上次提交后没有更改或添加任何文件"
    当我的队友尝试提取更改时 - 他们看不到我的文件更改
  6. 如何解决这个问题?

    git.exe push --progress "origin" master:master
    
    <truncated>
    error: failed to push some refs to 'ssh://git@bitbucket<truncated>'
    hint: Updates were rejected because the remote contains work that you do
    hint: not have locally. This is usually caused by another repository pushing
    hint: to the same ref. You may want to first integrate the remote changes
    hint: (e.g., 'git pull ...') before pushing again.
     hint: See the 'Note about fast-forwards' in 'git push --help' for details.
    
    
    git did not exit cleanly (exit code 1) (6547 ms @ 2/27/2018 12:14:57 PM)
    

0 个答案:

没有答案