在Visual Studio中使用包管理器控制台中的git [英] Using git from Package Manager Console in Visual Studio

查看:169
本文介绍了在Visual Studio中使用包管理器控制台中的git的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在Visual Studio 2010中使用包管理器控制台窗口中的 git 。大多数 git 命令除非与网络相关。

I'm trying to use git from Package Manager Console window in Visual Studio 2010. And most git commands running as expected, except network-related.

当我尝试 git push origin master Studio停止响应。代码被推送到github.com帐户。我注意到 ssh - * 应用程序被触发并开始挂在系统内存中,所以我切换到 https 身份验证。但是Studio仍然没有响应(并且内存中没有 ssh 相关内容)。

When I tried git push origin master Studio stops responding. The code were pushed to github.com account. I've noticed that ssh-* applications were fired and start hanging in system memory, so I switched to https authentication. But the Studio still not responding (and there is no ssh related stuff in memory).

有人知道克服这个问题?

Does anybody knows how overcome this issue?

推荐答案

任何原因,你不能下降到MSysGit和使用包管理器,从那里?这将是我的方法。此外,你获得bash的所有好处。

Any reason that you can't drop down to MSysGit and use the package manager, along with git, from there? That would be my approach. Plus you get all benefits of bash.

这篇关于在Visual Studio中使用包管理器控制台中的git的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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