File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 77
77
</system .diagnostics>
78
78
<appSettings >
79
79
<add key =" GitAuthenticationMode" value =" None" />
80
-
81
- <add key =" GitBaseFolder" value =" C:\Users\Eric\My Projects\gitweb \Git Repos" />
80
+ < add key = " GitExePath " value = " C:\Program Files (x86)\Git\bin\git.exe " />
81
+ <add key =" GitBaseFolder" value =" E: \Git Repos" />
82
82
</appSettings >
83
83
</configuration >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<appSettings >
4
- <add key =" GitBaseFolder" value =" C:\Users\Eric\My Projects\gitweb\Git Repos" />
5
- <!-- <add key="GitAuthenticationMode" value="All" />-->
6
- <add key =" GitExePath" value =" C:\Program Files (x86)\Git\bin\git.exe" /><add key =" GitBaseFolder" value =" C:\Users\Public" /><!-- <add key="GitAuthenticationMode" value="Push" />--> </appSettings >
4
+ <add key =" GitAuthenticationMode" value =" None" />
5
+ <add key =" GitExePath" value =" C:\Program Files (x86)\Git\bin\git.exe" />
6
+ <add key =" GitBaseFolder" value =" E:\Git Repos" />
7
+ </appSettings >
7
8
<system .web>
8
9
<trace enabled =" true" requestLimit =" 40" localOnly =" false" />
9
10
<compilation debug =" true" targetFramework =" 4.0" >
You can’t perform that action at this time.
0 commit comments