エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
リモートリポジトリへのgit pushがrefusing to update checked out branchで失敗する -- ぺけみさお
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
リモートリポジトリへのgit pushがrefusing to update checked out branchで失敗する -- ぺけみさお
git init echo foo > foo.txt git add foo.txt git commit -m "first commit" git push ssh://remote-ho... git init echo foo > foo.txt git add foo.txt git commit -m "first commit" git push ssh://remote-host/path/to/repos master Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (5/5), 612 bytes, done. Total 5 (delta 0), reused 0 (delta 0) remote: error: refusing to update checked out branch: refs/heads/master remote: error: B