使用 TortoiseGit 推送到远程 URL
我已安装最新的 MSysGit 1.6.3 预览版和 TortoiseGit 0.6.2 在我的 Windows XP 电脑上。 我还在我的服务器上创建了一个 --bare 存储库,可以通过 http 访问它(使用 WebDAV 作为身份验证系统)。
我可以从浏览器成功登录到服务器的 git 存储库。 我已经在我的电脑上创建了一个本地存储库并进行了初始提交。
我已经查看了所有人,但仍然找不到如何将远程 URL 添加到 TortoiseGit 并将我的本地存储库推送到该地址。
有任何想法吗?
谢谢。
I have installed the latest MSysGit 1.6.3 preview and TortoiseGit 0.6.2 on my Windows XP PC. I also have created a --bare repository on my server which can be access through http (using WebDAV as authentication system).
I can successfully log into my server's git repository from a browser. I have created a local repository on my PC and the initial commit.
I have looked everyone and I still cannot find how to add a remote URL to TortoiseGit and push my local repository to that address.
Any ideas?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在上下文菜单中,选择“TortoiseGIT”-> “推 ...”。 “遥控器”条目的右侧有一个“管理”按钮。 在那里,选择“Git”-> 树中的“遥控器”。 您可以在此处输入远程 URL。
In the context menu, select "TortoiseGIT" -> "Push ...". Right of the "Remotes" entry there is a "Manage" button. There, choose "Git" -> "Remotes" in the tree. There you can input Remote URLs.