如何在redmine上克隆git仓库?
我在 redmine 上将我的存储库配置为 /home/repo/gitrepo/myproj.git 。
现在,我想将其克隆到我的笔记本电脑上,但我看不到 url
我应该使用什么 URL?
I configure my repo as /home/repo/gitrepo/myproj.git on redmine.
Now, i want to clone it on my laptop but i cannot see the url
what url should i use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您这样做是为了个人用途,那么通过 ssh 访问您的存储库会很好。
但是,您可能想要搜索更强大的Redmine插件来支持Git,或者使用存储库管理系统,例如gitosis。
If you're doing this for personal use, you could be well done with accessing your repository via ssh.
However, you might want to search for a more powerful Redmine plugin for Git support, or use repository management system, such as gitosis.
最好使用一些 git 存储库管理器来执行此操作,我建议在小型情况下使用 gitolite,请参阅指南 http://progit.org/book/ch4-8.html,然后你可以做如下
更专业方式(我认为)是单独设置 git repo 并同步到 redmine git repo。
第二种情况更加独立,易于不同人管理。
It is better to use some git repositories manager to do this, and I recommend to use gitolite for small case, see guideline http://progit.org/book/ch4-8.html, then you can do as follow
In more professional way (I think) is to set git repo seperately and sync to redmine git repo.
The second case is more independant and easy to manage by different people.
如何在 Windows 中克隆 git 存储库?
转到正确的文件夹位置:
您可以看到存储库正在下载。有时它会询问用户名和密码,访问存储库 URL 包含哪个站点
How to clone a git repository in windows ?
Go to the correct folder location :
You can see the repository is downloading. Sometimes it will ask the username and the password which access of repository URL is contained site