Git 给出了一个奇怪的日期错误
我对我的远程虚拟服务器感到震惊。我尝试通过多种方式来推/拉项目(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的托管提供商帮助我解决了这个问题 =)
我用来连接 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 =)