问题描述
我已安装最新的预览版和在我的Windows XP电脑上。我也在我的服务器上创建了一个可以通过http访问的存储库(使用WebDAV作为认证系统)。
我可以成功登录到我的服务器的git存储库从浏览器。我已经在我的PC上创建了一个本地存储库并进行了初始提交。
我已经查看了所有人,但仍然找不到如何向TortoiseGit添加远程URL,将我的本地存储库推送到该地址。
有什么想法?
$ b 谢谢。
在上下文菜单中,选择TortoiseGIT - >Push ...。 遥控条目的右侧有一个管理按钮。在那里,在树中选择Git - >Remotes。您可以输入远程URL。
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.
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.
这篇关于用TortoiseGit推送到远程URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!