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
int error = git_remote_fetch(remote, NULL, &fetch_opts, NULL);
1811
1811
```
1812
1812
1813
-
For an example of the credentials callback in action, check out [the network example](https://github.com/libgit2/libgit2/blob/development/examples/network/common.c),
1814
-
or the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/development/src/transports/cred_helpers.c).
1813
+
For an example of the credentials callback in action, check out [the network example](https://github.com/libgit2/libgit2/blob/master/examples/network/common.c),
1814
+
or the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/master/src/transports/cred_helpers.c).
0 commit comments