Set GIT_ASKPASS so I can use https git remote
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
};
|
||||
programs.bash.enable = true;
|
||||
programs.bash.bashrcExtra = ''
|
||||
export GIT_ASKPASS=""
|
||||
if [ -f .bashrc.orig ]; then
|
||||
. ~/.bashrc.orig
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user