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
Of course, replace `[VERSION]` and `[PORT]` with the actual version number and port number (or use Docker's `ARG` command).
59
+
60
+
Note that you may need to add some other things to your git configuration. For example, to work with Azure DevOps OAuth2 authentication add:
61
+
62
+
```
63
+
RUN git config --global credential.https://dev.azure.com.useHttpPath true
64
+
```
65
+
44
66
## Using a File Socket
45
67
46
68
By default the server uses a tcp server listening on `localhost`. You can tell it to use a file socket instead of tcp by setting the environmental variable `GIT_CREDENTIAL_FORWARDER_SOCKET` to the location you want the socket created. You must have permission to create a socket at that location.
0 commit comments