Codaset:无法进行初始推送!

发布于 2024-10-06 05:17:00 字数 888 浏览 4 评论 0原文

对于使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羅雙樹 2024-10-13 05:17:12

我认为发布此内容的最佳位置是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文