-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add note about using cargo with private dependencies #64
Conversation
@mpdude feel free to edit the PR directly, I'm not an native English speaker |
Geez yes it's only relevant for Windows!! Thanks I will fix it |
From reading https://doc.rust-lang.org/cargo/appendix/git-authentication.html my guess would be it's not a platform-specific issue, but required only when using deploy keys (since those require extra config/mapping from So, is that setting also necessary when you use SSH keys for private repos, but don't need to map keys <-> repos? |
No, I know it's confusing... But it is platform specific. Cargo works fine with ssh-agent on not-Windows machine. |
Never having used Cargo or Rust, so maybe dumb question: Wouldn't setting |
With "easier", I meant less hassle with backticks, (double) backslashes, escaping... and maybe working in cross-platform matrix builds, because |
It's powershell specific yes.
I will add that to the documentation. Using the Git CLI everywhere is not necessarily desired. |
Thank you @cecton! |
Thanks to you for maintaining this project |
If you like it, spread the word 😉 |
Related to #62