You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm not sure if this should be a bug report or feature request.)
We installed gh-scoped-creds in a few different jupyterhubs and noticed that it wasn't working properly on one of them. Where it was broken, we were using the git provided by the OS, Ubuntu Jammy, while the working environments were using git from conda-forge. In the broken environment, when I installed git from conda, gh-scoped-creds worked properly.
Determine why git in Jammy does not work? Perhaps the issue is specific to that version, or perhaps it is specific to some in-between version of git and earlier.
Who would use this feature?
People who prepare singleuser hub environments.
People who configure their own environments on hubs.
(Optional): Suggest a solution
The text was updated successfully, but these errors were encountered:
In our case, the git from Ubuntu/apt is not working while the one from conda is. However that issue let me to test running
GIT_CONFIG_NOSYSTEM=1 /bin/git push ...
and that worked! /etc/gitconfig was set for a specific repo in fact, so this is a mistake on my part. So I might change the title of this issue to "Document role of /etc/gitconfig" or just close it. What do you think?
Proposed change
(I'm not sure if this should be a bug report or feature request.)
We installed gh-scoped-creds in a few different jupyterhubs and noticed that it wasn't working properly on one of them. Where it was broken, we were using the
git
provided by the OS, Ubuntu Jammy, while the working environments were usinggit
from conda-forge. In the broken environment, when I installedgit
from conda, gh-scoped-creds worked properly.Alternative options
Determine why git in Jammy does not work? Perhaps the issue is specific to that version, or perhaps it is specific to some in-between version of git and earlier.
Who would use this feature?
People who prepare singleuser hub environments.
People who configure their own environments on hubs.
(Optional): Suggest a solution
The text was updated successfully, but these errors were encountered: