我找到了解决方案
(选择的答案对我有帮助)。
但不幸的是,现在出现了一个新错误,说
无法识别的属性“targetFramework”。请注意,属性名称区分大小写。
我搜索并找到了这个:
肯尼克的回答
使用 IIS 注册框架对我有用:C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis -i
帮我解决了这个问题。瞧,我终于设置了我的本地 git 服务器:)
更新:
设置服务器后,我在连接到服务器时遇到问题。以下顺序对我有用:
localhost://Bonobo.Git.Server.new/). The Username and Password were admin/admin.git clone
http://username@server/Bonobo.Git.Server.new/newproject.gite.g. in my case it wasgit clone
http://kamran@Bonobo.Git.Server.new/newproject.git
This cloned the repository at the client side with the warning that the repository was empty. But no problem. I moved into the repository, created some files for testing, pushed them to the server using git push. Now to test, if everything was working fine, I viewed the repository history and my commit was being shown there :) To be further assure, I tried on another client the same procedure i.e. cloned the repository, made some changes and pushed them to the server. After that on my first client, I came back and pulled the repository git pull and the changes were there :)
Note
The Server's firewall must be turned off inorder for the client to connect to the server.
| 归档时间: |
|
| 查看次数: |
7389 次 |
| 最近记录: |