【发布时间】:2015-02-23 20:24:39
【问题描述】:
我有一个 ASP.NET 项目,我想从 github 安装一个存储库。 我用“管理 nuget”搜索它,但没有找到。 这是我在项目中想要的存储库:https://github.com/matthieua/WOW
我应该如何在 Visual Studio 中添加存储库?
【问题讨论】:
标签: asp.net visual-studio github repository nuget-package
我有一个 ASP.NET 项目,我想从 github 安装一个存储库。 我用“管理 nuget”搜索它,但没有找到。 这是我在项目中想要的存储库:https://github.com/matthieua/WOW
我应该如何在 Visual Studio 中添加存储库?
【问题讨论】:
标签: asp.net visual-studio github repository nuget-package
团队资源管理器->连接->克隆->输入urlhttps://github.com/matthieua/WOW.git->git clone
【讨论】: