docs(REVIEWS): update scp command
cl.tvl.fyi only supports the legacy scp protocol, not the sftp protocol that recent versions of OpenSSH now use by default. So we need to pass -O to tell it to use scp. Cc: Vincent Ambo <mail@tazj.in> Change-Id: I2dcae77fef9126f4f8eebfa574c5a345a5c56615 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8039 Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
08b300aaa8
commit
c4ade691e1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ a commit hook should be installed as follows:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone "ssh://$USER@code.tvl.fyi:29418/depot"
|
git clone "ssh://$USER@code.tvl.fyi:29418/depot"
|
||||||
scp -p -P 29418 $USER@code.tvl.fyi:hooks/commit-msg "depot/.git/hooks/"
|
scp -pOP 29418 $USER@code.tvl.fyi:hooks/commit-msg "depot/.git/hooks/"
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have a previous clone of the depot via HTTP you can use `git remote
|
If you have a previous clone of the depot via HTTP you can use `git remote
|
||||||
|
|
Loading…
Reference in a new issue