docs
This commit is contained in:
parent
29de494506
commit
38fea636fc
12
README.md
12
README.md
@ -134,15 +134,6 @@ cd ..
|
|||||||
|
|
||||||
Download latest 64bit exe file from: https://github.com/git-for-windows/git/releases and save it in your "Downloads" folder.
|
Download latest 64bit exe file from: https://github.com/git-for-windows/git/releases and save it in your "Downloads" folder.
|
||||||
|
|
||||||
Execute:
|
|
||||||
```dos
|
|
||||||
cd /D %USERPROFILE%\Downloads
|
|
||||||
move /Y Git-*64-bit.exe git-setup.exe
|
|
||||||
git-setup.exe
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
Create the GIT configfile for the setup program (use notepad):
|
Create the GIT configfile for the setup program (use notepad):
|
||||||
```text
|
```text
|
||||||
[Setup]
|
[Setup]
|
||||||
@ -169,11 +160,12 @@ EnableSymlinks=Disabled
|
|||||||
EnablePseudoConsoleSupport=Disabled
|
EnablePseudoConsoleSupport=Disabled
|
||||||
|
|
||||||
```
|
```
|
||||||
Save it as c:\temp\install-git.txt
|
**Save it** as c:\temp\install-git.txt
|
||||||
|
|
||||||
Execute the Git setup:
|
Execute the Git setup:
|
||||||
```dos
|
```dos
|
||||||
cd /D %USERPROFILE%\Downloads
|
cd /D %USERPROFILE%\Downloads
|
||||||
|
move /Y Git-*64-bit.exe git-setup.exe
|
||||||
git-setup.exe /LOADINF=c:\temp\install-git.txt /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
git-setup.exe /LOADINF=c:\temp\install-git.txt /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user