We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9085eb commit 61a4802Copy full SHA for 61a4802
setup-gcf-client.sh
@@ -1,4 +1,7 @@
1
#!/bin/bash
2
3
-git config --global credential.helper '!f(){ node ~/gcf-client.js $*; }; f'
+# this line is needed to overwrite vscode which writes its helper to both places
4
+sudo git config --system --replace-all credential.helper '!f(){ node ~/gcf-client.js $*; }; f'
5
+
6
+git config --global --replace-all credential.helper '!f(){ node ~/gcf-client.js $*; }; f'
7
git config --global credential.https://dev.azure.com.useHttpPath true
0 commit comments