您好我正在尝试在Windows上使用Git - 似乎挂断了 [英] Hi I am trying to use git on windows - seems to hang up

查看:125
本文介绍了您好我正在尝试在Windows上使用Git - 似乎挂断了的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 
刚刚安装了git的最新beta版本,当我尝试克隆版本库时,我得到了
。 git clone git@hark.unfuddle.com:hark / quasargit.git
在c:/gitproject/quasargit/.git/ $ b $中初始化为空的Git仓库输入密钥'/ c / Documents and Settings / Windows / .ssh / id_rsa':
remote:计数对象:2614,完成。
remote:压缩对象:100%(1572/1572),完成。
接收对象:1%(33/2614),3.09 MiB | 28 KiB / s

,并保持30分钟。 >解决方案

我也遇到了类似的问题,使用win32版本的git。

将repositary归档到一个文件中,并使用其他工具(http,sftp,rsync)。



后续推/拉操作可能会减少流量。



不要忘记手动配置'remote'分支。


Just installed the latest beta release of git and when i try to clone a repository I get the following:

    git clone git@hark.unfuddle.com:hark/quasargit.git
    Initialized empty Git repository in c:/gitproject/quasargit/.git/
    Enter passphrase for key '/c/Documents and Settings/Windows/.ssh/id_rsa':
    remote: Counting objects: 2614, done.
    remote: Compressing objects: 100% (1572/1572), done.
    Receiving objects:   1% (33/2614), 3.09 MiB | 28 KiB/s

and it stays like that for 30 minutes.

解决方案

I also ran into similar problems with win32 version of git.

Archive the repositary into one file and copy it using some other tool (http, sftp, rsync).

Subsequent push/pull operations will presumably be less traffic-hungry.

Dont forget to manually configure the 'remote' branche.

这篇关于您好我正在尝试在Windows上使用Git - 似乎挂断了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆