#author("2020-05-13T07:21:34+00:00","kashimi","kashimi") #author("2020-05-13T07:22:21+00:00","kashimi","kashimi") [[技術メモ]] *リモートリポジトリへの git push に失敗した場合 (remote rejected) [#m5a7e27b] https://nilfigo.hatenablog.com/entry/2013/08/09/145435~ リモートリポジトリの設定を確認~ git config --get-all core.bare~ 「bare」ではないので、可能ならば「bare」にする。~ git config --bool core.bare true~ リモートリポジトリの設定を再確認~ git config --get-all core.bare *「This operation must be run in a work tree」が出たときの対象法 [#za3e54d5] git config core.bare falseと入力 *git情報の確認 [#mc07f6c4] git config --list *空フォルダを追加する [#z2249650] .gitkeepファイルを追加する *gitでプロキシを設定 [#y1aa1809] https://qiita.com/hidetzu/items/c2db95613ba594a2ef25 *gitサーバー作る [#abace168] https://qiita.com/nuuuuume/items/924758d638566fdb488d