windows下如何从git获取代码
我在 Windows 中工作,因此对于 Git,我从 下载并安装了 msysGit-fullinstall-1.7.3.1 msysgit。并按照那里的指定运行。然后我尝试从 Android 获取图库应用程序开源项目,如我的 git 控制台中所指定:
git clone git://android.git.kernel.org/platform/packages/apps/Gallery.git
它显示以下错误 没有这样的文件或目录
我在这里错过了什么?我不知道这是否是在 Windows 上从 Android 获取代码的正确方法。
Me working in Windows, so for Git I downloaded and installed msysGit-fullinstall-1.7.3.1 from msysgit. And run as specified there. Then I tried to get Gallery application from Android open source project, as specified there in my git console:
git clone git://android.git.kernel.org/platform/packages/apps/Gallery.git
it shows the following error No such file or directory
What did I miss here? I don't if know is this the correct way to get code from Android on Windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在屏幕截图中拼错了主机名。我刚刚使用您指定的主机名进行了尝试,并收到了消息:
这是 kernel.org,而不是 kernal.org。
You misspelled the hostname in your screen capture. I just tried it with the hostname you specified, and received the message:
It's kernel.org, not kernal.org.
我还有 mysis git for windows(版本 1.7.3.1-preview20101002)...
我把你的命令粘贴进去了,它起作用了!
是否有可能防火墙阻止了您的连接? - http://support.github.com/讨论/repos/957-cant-clone-over-http-or-git
I also have mysis git for windows (version 1.7.3.1-preview20101002)...
I pasted your command in and it worked!
Is it possible there's a firewall blocking your connection? - http://support.github.com/discussions/repos/957-cant-clone-over-http-or-git