rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 41 forks source link

Add 'fake' usrname & pword to url passed to git clone #3

Closed rylev closed 5 years ago

rylev commented 5 years ago

The git credentials manager on Windows is a bit finicky and sometimes requires providing credentials even when this is not strictly necessary. By providing some credentials in the url, we can force the credentials manager to simply pass them along to GitHub which will ignore them due to the repos being public.

pietroalbini commented 5 years ago

Thanks!

@bors r+