We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed2c0a commit 8a10a4fCopy full SHA for 8a10a4f
src/tools/miri/CONTRIBUTING.md
@@ -242,6 +242,14 @@ josh-proxy --local=$HOME/.cache/josh --remote=https://github.com --no-background
242
243
This uses a directory `$HOME/.cache/josh` as a cache, to speed up repeated pulling/pushing.
244
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
253
### Importing changes from the rustc repo
254
255
Josh needs to be running, as described above.
0 commit comments