简体   繁体   English

Redmine项目存储库位置

[英]Redmine Project Repository Location

I have redmine set up using bitnami on windows I created a project and added a repository by location successfully. 我已经在Windows上使用bitnami设置了Redmine,我创建了一个项目,并按位置成功添加了存储库。 Now I'm trying to clone this via redmine, 现在我正在尝试通过redmine克隆它,

ex

git clone http://localhost/git/myproject

 or

git clone http://localhost/redmine/git/myproject

The repository of the project is located in the htdocs\\git\\myproject folder, but when I try this it says repo not found. 该项目的存储库位于htdocs \\ git \\ myproject文件夹中,但是当我尝试此操作时,它说未找到存储库。 What is the link for redmine repos, or do I have to move the local repo elsewhere on the server to work? redmine仓库的链接是什么,或者我必须将本地仓库移至服务器上的其他位置才能工作?

I'm not sure about git, but for Mercurial you need to insert the local path of the repository. 我不确定git,但是对于Mercurial,您需要插入存储库的本地路径。 It looks like that also the case for git. 看起来git也是如此。 So you'll need to set the repository to /htdocs/git/myproject 因此,您需要将存储库设置为/ htdocs / git / myproject

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法指定存储库位置 - Cannot specify a repository location Windows 8上的Redmine - Redmine on Windows 8 将SVN检出位置连接到Codeplex,并将更新传播到连接到另一个SVN存储库的另一个开发位置 - Have a SVN checkout location connected to Codeplex and propagate updates to another develpment location connected to another SVN repository 在Visual Studio项目中,obj / debug是一个临时位置吗? - Is obj/debug in a VisualStudio project, a temporary location? Windows上的Redmine安装错误 - Redmine installation error on Windows Windows 7上的Redmine安装问题 - Redmine installation problem on Windows 7 在Bamboo中,如何将组件库存储库拉到固定位置以避免每个分支重复? - In Bamboo, how do I pull a component library repository to a fixed location to avoid per-branch duplication? 完全更改 c# 项目中的 obj 文件夹位置 - Completely change obj folder location in c# project Windows安装项目-我可以在开始菜单中指定应用程序的位置吗? - Windows setup project - can I specify location of the application in the start menu? 在MSVS中的.msi项目中找到第三方应用程序的安装位置 - Locating the installation location of a 3rd party application in an .msi project in MSVS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM