Auto merge of #2767 - oli-obk:josh_auth, r=RalfJung
Explain how to make josh authenticate with github via ssh Without this I was unable to push, even though pushing directly to https without josh works.
This commit is contained in:
commit
e57962f4f1
1 changed files with 7 additions and 0 deletions
|
|
@ -242,6 +242,13 @@ josh-proxy --local=$HOME/.cache/josh --remote=https://github.com --no-background
|
|||
|
||||
This uses a directory `$HOME/.cache/josh` as a cache, to speed up repeated pulling/pushing.
|
||||
|
||||
To make josh push via ssh instead of https, you can add the following to your `.gitconfig`:
|
||||
|
||||
```toml
|
||||
[url "git@github.com:"]
|
||||
pushInsteadOf = https://github.com/
|
||||
```
|
||||
|
||||
### Importing changes from the rustc repo
|
||||
|
||||
Josh needs to be running, as described above.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue