最佳答案
使用Git,有没有办法告诉它接受自签名证书?
我正在使用https服务器来托管git服务器,但目前证书是自签名的。
当我第一次尝试在那里创建repo时:
git push origin master -f
我得到错误:
error: Cannot access URLhttps://the server/git.aspx/PocketReferences/, return code 22
fatal: git-http-push failed