mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
add git-with-openssh
This commit is contained in:
parent
c8e70ce7ca
commit
195288ce13
31
git-with-openssh.json
Normal file
31
git-with-openssh.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://git-for-windows.github.io/",
|
||||||
|
"license": "GPL2",
|
||||||
|
"version": "2.7.0.windows.1",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/PortableGit-2.7.0-64-bit.7z.exe#/dl.7z",
|
||||||
|
"hash": "d7cf3f8ceef88b824fd7dfa476e2bbffd1bff0011b7577bc864e7fbb61fb95f1"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/PortableGit-2.7.0-32-bit.7z.exe#/dl.7z",
|
||||||
|
"hash": "d1d46375004451beceb15c33c4807d50c925c039173df9f4bd0de0c01cd0f30c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": [ "cmd\\git.exe",
|
||||||
|
"cmd\\gitk.exe",
|
||||||
|
"cmd\\git-gui.exe",
|
||||||
|
"usr\\bin\\ssh.exe",
|
||||||
|
"usr\\bin\\sshd.exe",
|
||||||
|
"usr\\bin\\scp.exe",
|
||||||
|
"usr\\bin\\sftp.exe",
|
||||||
|
"usr\\bin\\slogin.exe",
|
||||||
|
"usr\\bin\\ssh-add.exe",
|
||||||
|
"usr\\bin\\ssh-agent.exe",
|
||||||
|
"usr\\bin\\ssh-keygen.exe",
|
||||||
|
"usr\\bin\\ssh-keyscan.exe"
|
||||||
|
],
|
||||||
|
"post_install": [
|
||||||
|
"git config --global credential.helper wincred"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user