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
You also need the latest version of the .NET SDK which can be downloaded and installed from the [.NET website][].
9
+
You also need the latest version of the .NET SDK which can be downloaded and installed from the [.NET website][dotnet-web].
10
10
11
11
## Building
12
12
@@ -58,7 +58,7 @@ The flat binaries can also be found in `out/linux/Packaging.Linux/payload/Debug`
58
58
59
59
To debug from inside an IDE you'll want to set `Git-Credential-Manager` as the startup project, and specify one of `get`, `store`, or `erase` as a program argument.
60
60
61
-
To simulate Git interacting with GCM, when you start from your IDE of choice, you'll need to enter the following [information over standard input][]:
61
+
To simulate Git interacting with GCM, when you start from your IDE of choice, you'll need to enter the following [information over standard input][ioformat]:
62
62
63
63
```text
64
64
protocol=http<LF>
@@ -76,7 +76,7 @@ username=<USERNAME><LF>
76
76
password=<PASSWORD><LF>
77
77
```
78
78
79
-
For more information about how Git interacts with credential helpers, please read Git's documentation on [custom helpers][].
79
+
For more information about how Git interacts with credential helpers, please read Git's documentation on [custom helpers][custom-helpers].
0 commit comments