2016-08-01から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

ERROR: OE-core's config sanity checker detected a potential misconfiguration.

原文 ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Erro…