We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24149e8 + a55e799 commit c7a7719Copy full SHA for c7a7719
nuget.config
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <clear />
5
+ <add key="nuget" value="https://api.nuget.org/v3/index.json" />
6
+ </packageSources>
7
+</configuration>
src/osx/Installer.Mac/scripts/postinstall
@@ -27,6 +27,7 @@ then
27
fi
28
29
# Create symlink to GCM in /usr/local/bin
30
+mkdir -p /usr/local/bin
31
/bin/ln -Fs "$INSTALL_DESTINATION/git-credential-manager-core" /usr/local/bin/git-credential-manager-core
32
33
# Configure GCM for the current user
0 commit comments