のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

SourceTreeでPushしようとしたとき、”エラー終了しました。エラーの内容は上記をご覧ください。"

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin develop:develop master:master
Branch develop set up to track remote branch develop from origin.
Branch master set up to track remote branch master from origin.


Pushing to https://user01@bitbucket.org/dev/sample.git
To https://user01@bitbucket.org/dev/sample.git
 = [up to date]      develop -> develop
 = [up to date]      master -> master
 = [up to date]      20160401版 -> 20160401版
 = [up to date]      v20160406 -> v20160406

updating local tracking ref 'refs/remotes/origin/develop'
updating local tracking ref 'refs/remotes/origin/master'
Everything up-to-date

git -c diff.mnemonicprefix=false -c core.quotepath=false config --file d:\Users\user01\Documents\sample\.git\config --unset branch.feature/fea_cache.merge
エラー終了しました。エラーの内容は上記をご覧ください。
git -c diff.mnemonicprefix=false -c core.quotepath=false config --file d:\Users\user01\Documents\sample\.git\config --unset branch.feature/fea_01.merge

最後から2行目で、ブランチをunsetするところがエラーのようだ。
一度、ブランチを消した状態でPUSHしたら、エラーがでなかった。