jupyterhub / gh-scoped-creds

Provide fine-grained push access to GitHub from a JupyterHub
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

Automatically tell git where to look for github creds #14

Closed yuvipanda closed 2 years ago

yuvipanda commented 2 years ago

Removes a fiddly client-side config! This was particularly problematic when git was installed via conda, as it does not read the systemwide /etc/gitconfig file (https://github.com/conda-forge/git-feedstock/issues/113)

Ref #2