2016-08-24から1日間の記事一覧

fatal: unable to connect to ... errno=No error

問題 git clone が、次のエラーで失敗する。 $ git clone git://server/repo.git Cloning into 'repo'... fatal: unable to connect to repo: repo[0: 192.168.0.1]: errno=No error 環境 クライアント Windows 7 Pro. x64 Git for Windows 2.8.1 サーバー D…

リモートリポジトリーに Windows 共有フォルダーを設定する

Git

git add origin //server/path/to/repo.git または git remote set-url origin //server/path/to/repo.git