git
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[技術メモ]]
*リモートリポジトリへの git push に失敗した場合 (remote r...
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」が出たとき...
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
終了行:
[[技術メモ]]
*リモートリポジトリへの git push に失敗した場合 (remote r...
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」が出たとき...
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
ページ名: