Skip to content

Instantly share code, notes, and snippets.

@devlights
Created February 9, 2014 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devlights/8900286 to your computer and use it in GitHub Desktop.
Save devlights/8900286 to your computer and use it in GitHub Desktop.
Github for windows でhttpsでcloneしようとするとエラーが出る件
@devlights
Copy link
Author

gitプロトコルでアクセスする分には何の問題もない。

@devlights
Copy link
Author

コマンドで設定を行うには

git config --global http.sslVerify false

を実行する。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment