We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc6219 commit 45112a8Copy full SHA for 45112a8
README.md
@@ -1,7 +1,7 @@
1
2
# GitServer
3
4
-ASP.NET Core 2.0开发Git HTTP Server
+ASP.NET Core 开发Git HTTP Server
5
6
设置
7
@@ -14,7 +14,7 @@ ASP.NET Core 2.0开发Git HTTP Server
14
15
需要先安装Git,并确保git 命令可以执行
16
17
-GitPath 可以是 git 的绝对路径
+GitPath 可以是 git 的绝对路径,如在 Windows 下:`C:\\Program Files\\Git\\bin\\git.exe`
18
19
## 功能
20
@@ -37,7 +37,7 @@ GitPath 可以是 git 的绝对路径
37
38
`git clone https://github.com/linezero/GitServer.git`
39
40
-使用VS 2017 15.3+ 或者VS Code。
+使用VS 2019 或者VS Code。
41
42
43
## 原理
0 commit comments