如何将 scm 管理器与 git 一起使用?

发布于 2024-12-03 22:04:51 字数 403 浏览 1 评论 0原文

我只是 git 的新手,并且仍然依赖 git 扩展来完成大多数任务。

我搜索了如何在 Windows 中启动 git 守护进程,并发现 scm-manager 可能是它的替代方案。

https://bitbucket.org/sdorra/scm-manager/overview

我下载了它并安装没有问题,但我不知道如何将我的 git 存储库添加到其中。

我在设置中发现它位于我的文档和 git 文件夹下的设置中,但我不知道如何配置它以使其检测 git 存储库。

我还在网络界面下添加了一个存储库,它创建了一个文件夹,但我不知道如何将存储库放在那里。

I'm just new in git and am still relying on git extension for most task.

I've search how to start git daemon in windows and found a suggestion that scm-manager may be an alternative for it.

https://bitbucket.org/sdorra/scm-manager/overview

I downloaded it and installed it with no problem, but I can't figure out how add my git repository into it.

I found in settings that it is located in my document and settings under the git folder, but I don't know how to configure it to make it detect a git repository.

I also added a repository under the web interface, it created a folder, but I don't know how to put a repository there.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ペ泪落弦音 2024-12-10 22:04:51

您需要添加一个远程存储库

git remote add origin http://yourserver:8080/scm/git/nameofyourrepository

然后推送它

git push origin master

You'll need to add a remote repository

git remote add origin http://yourserver:8080/scm/git/nameofyourrepository

Then push it

git push origin master
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文