yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.27k stars 122 forks source link

Git auth #117

Closed AlexisQapa closed 5 years ago

AlexisQapa commented 5 years ago

Does mint support auth for Git/Github while checking out sources / binaries ? We use mint on our CI and it often fails with GitHub API limits which signals using auth would remove the limitation.

yonaskolb commented 5 years ago

Mint just calls out to git clone, so it would use whatever keys and authentication you have previously setup

AlexisQapa commented 5 years ago

Thanks it was a configuration issue