Codaset:无法进行初始推送!
对于使用 Codaset 的人...
我无法推动! :( 我的应用程序最近添加了,这就是 git push origin 的结果:
错误:设置证书验证位置时出错: CA文件:/bin/curl-ca-bundle.crt CA路径:无 访问 https://codaset.com/daze/rampage.git/info/refs
致命:HTTP 请求失败
我已经将原点添加为我的遥控器,因此 git remote -v 产生:
来源https://codaset.com/daze/rampage.git(获取)
来源https://codaset.com/daze/rampage.git(推送)
我的 SSH 密钥也已上传。帮助?
另外...为什么没有明确的链接到 http://codaset.com/account/ssh_keys查看我的 ssh 密钥?不太直观的设计... 嗯,我应该使用 GitHub 吗?可能会更容易……codaset 还是 github 哪个更好?
For people who use Codaset...
I can't push! :( My application is recently added, and this is what git push origin yields:
error: error setting certificate verify locations:
CAfile: /bin/curl-ca-bundle.crt
CApath: none
while accessing https://codaset.com/daze/rampage.git/info/refs
fatal: HTTP request failed
I already added the origin as my remote, so git remote -v yields:
origin https://codaset.com/daze/rampage.git (fetch)
origin https://codaset.com/daze/rampage.git (push)
My SSH key is already uploaded, too. Help?
Also...how come there's no clear link to http://codaset.com/account/ssh_keys to view my ssh keys? Not too intuitive a design...
Hmmm should I just use GitHub instead? It may be easier...what's better, codaset or github?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为发布此内容的最佳位置是 http://codaset.com,看起来您已经拥有了。
总而言之,您正在尝试推送 Smart-HTTPS,但使用的 Git 版本早于 1.6.6。 1.6.6 中添加了 Smart-HTTPS 支持。因此,升级到最新的 Git,一切都应该适合您。
I think the best place to post this is at http://codaset.com, which it looks like you already have.
To summarise, you are trying to push over Smart-HTTPS but are doing so with a version of Git that is older than 1.6.6. Smart-HTTPS support was added in 1.6.6. So upgrade to the latest Git, and all should work for you.