Git 给出了一个奇怪的日期错误

发布于 2024-12-04 02:00:08 字数 258 浏览 1 评论 0原文

我对我的远程虚拟服务器感到震惊。我尝试通过多种方式来推/拉项目(IDE、FreeBSD bash、Windows git bash),如下所示:

git clone username@ipaddr:/full/path/to_repo

但每次我得到

日期:非法选项 -- c fatal: 远程端意外挂起

服务器是 FreeBSD 8.2 和 git 1.7.6

请告诉我出了什么问题!

I'm struck with my remote virtual server. I'm trying by many ways to push/pull a project(IDE, FreeBSD bash, Windows git bash) like this:

git clone username@ipaddr:/full/path/to_repo

but everytime i'm gettin

date: illegal option -- c
fatal: The remote end hung up unexpectedly

Server is FreeBSD 8.2 with git 1.7.6

Please tell me what's wrong!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

轻许诺言 2024-12-11 02:00:08

我的托管提供商帮助我解决了这个问题 =)

我用来连接 git deamon 的用户没有 shell。 Instad 它在 /etc/passwd 中有 /bin/date

希望这对其他人有帮助 =)

My hosting provider helped my figure it out =)

User that i used to connect to git deamon didn't have a shell. Instad it had /bin/date in /etc/passwd

Hope this will be helpful for somebody else =)

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