gpt4 book ai didi

asp.net - 本地 Git 服务器设置(使用 bonobo)

转载 作者:太空狗 更新时间:2023-10-29 14:39:08 24 4
gpt4 key购买 nike

我正在尝试设置 Bonobo Git 服务器以在中央服务器上使用 github。我已按照 their documentation. 给出的说明进行操作按照他们描述的方式完成所有操作后,当我尝试访问 Bonobo 的 git 服务器网页时,出现以下错误。由于我是 Asp.Net 的新手,我无法完全理解问题所在。

enter image description here

任何人都可以指导我,是什么导致了这个错误,我该如何解决?另外,如果您能告诉我任何其他更好的本地设置 Git 服务器,您已经尝试过,我们将不胜感激。

最佳答案

我找到了解决方案

IIS - this configuration section cannot be used at this path (configuration locking?)

(选择的答案对我有帮助)。

但不幸的是,现在出现了一个新的错误

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

我搜索并找到了这个:

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive

肯尼克的回答

Registering the framework with IIS is what worked for me: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis -i

帮我解决了这个问题。 Voilla,我终于设置了本地 git 服务器 :)

更新:

我在设置服务器后连接到服务器时遇到问题。以下顺序对我有用:

  1. 在 Bonobo Git 服务器上创建了一个空的 Git 存储库(在我的例子中:localhost://Bonobo.Git.Server.new/)。用户名和密码是 admin/admin。
  2. 从用户的管理控件创建用户。
  3. 创建了一个名为 newproject 的空存储库,将用户添加到存储库。
  4. 在客户端,我使用以下命令克隆存储库:

git clone http://username@server/Bonobo.Git.Server.new/newproject.git e.g. in my case it was

git clone http://kamran@Bonobo.Git.Server.new/newproject.git

这会在客户端克隆存储库,并警告存储库为空。但没问题。我进入存储库,创建了一些用于测试的文件,使用 git push 将它们推送到服务器。现在进行测试,如果一切正常,我查看了存储库历史记录并且我的提交显示在那里 :) 为了进一步确保,我在另一个客户端上尝试了相同的过程,即克隆存储库,进行了一些更改并将它们推送到服务器。在那之后,在我的第一个客户端上,我回来并 pull 存储库 git pull 并且更改就在那里:)

注意

必须关闭服务器的防火墙,客户端才能连接到服务器。

关于asp.net - 本地 Git 服务器设置(使用 bonobo),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19075258/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com