File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ __Note:__ Although packages were previously offered on certain
101
101
GCM no longer publishes to these repositories. Please install the
102
102
Debian package using the above instructions instead.
103
103
104
+ To uninstall:
105
+
106
+ ``` shell
107
+ git-credential-manager-core unconfigure
108
+ sudo dpkg -r gcmcore
109
+ ```
110
+
104
111
#### Other distributions
105
112
106
113
Download the latest [ tarball] ( https://github.com/GitCredentialManager/git-credential-manager/releases/latest ) , and run the following:
@@ -110,6 +117,13 @@ tar -xvf <path-to-tarball> -C /usr/local/bin
110
117
git-credential-manager-core configure
111
118
```
112
119
120
+ To uninstall:
121
+ git-credential-manager-core unconfigure
122
+ rm $(command -v git-credential-manager-core)
123
+ ``` shell
124
+
125
+ ```
126
+
113
127
** Note:** all Linux distributions [ require additional configuration] ( https://aka.ms/gcm/credstores ) to use GCM.
114
128
115
129
---
You can’t perform that action at this time.
0 commit comments