I have a github account that is configured on my windows machine. Now I have created a new Github account and want to use a new one.
How to delete my old account from my windows computer and add a new github account?
NOTE: I edited the gitconfig file and added a new email address and username. But the public key still contains the user's old email.
For windows machine
you can manage windows credentials for this
go to the search button and then write
Windows
, Windows
, git git,
github id
.gitconfig
C:\Users\Imu
imu -
.gitconfig , nodepad ++ ur
,
2:
, SSH . , , . - . , .
:
Bash, .gitconfig , . ( Bash) "~/.gitconfig".
:.
nano ~/.gitconfig
, , , .
Edit:
, :
git config {--global|--system|--local} --edit
, , , , Bash, . .
{--global|--system|--local}
. , . , ( , ), .
P.S.: , . , .
Source: https://habr.com/ru/post/1675454/More articles:Put a query with a simple string as the body of the request - javascriptThere is no space left when using Multiprocessing. In shared memory - pythonvba reads footer contents from text document - vbaScala Option Tuple - scalaDo something when one option is not empty - collectionsHow to import .ics file into R - rHow to prevent the start of the embedded netty server using spring-boot-starter-webflux? - javaVue.js filters in v-for - javascriptPyQt QThread: destroyed while thread is still running - pythonSimulate input in a UWP application - c #All Articles