Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8a10a4f

Browse files
committed
Add a note for using ssh login with josh
1 parent 3ed2c0a commit 8a10a4f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tools/miri/CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,14 @@ josh-proxy --local=$HOME/.cache/josh --remote=https://github.com --no-background
242242

243243
This uses a directory `$HOME/.cache/josh` as a cache, to speed up repeated pulling/pushing.
244244

245+
Note that josh is unable to handle ssh auth natively, but you can force it to use ssh auth
246+
by adding the following to your `.gitconfig`:
247+
248+
```toml
249+
[url "git@github.com:"]
250+
pushInsteadOf = https://github.com/
251+
```
252+
245253
### Importing changes from the rustc repo
246254

247255
Josh needs to be running, as described above.

0 commit comments

Comments
 (0)