ProgrammerAH

Programmer Guide, Tips and Tutorial

Skip to content

Reset local git account and generate secret key


:
. GIT config –global user.name “XXX”
“> “=” XXX”
2. Git config –global user.email “[email protected]”

s>eygen-t rsa-c “[email protected]”
In Enter, you can see the path to the generated SSH folder and find the two files below it, which are the secret keys of GitLab and GitHub respectively
 

the original: https://blog.csdn.net/laoxi_liu/article/details/82872717

This entry was posted in How to Fix and tagged git, Git key generation, Reset your local Git account on 2021-02-18 by Robins.

Post navigation

← Clear the user name and password stored in GIT Tailwind installation →

Recent Posts

  • MAFIA: 1- OpenFlow statistics (Counters, Timestamps)(mafia-sdn/p4demos/demos/1-openflow/1.1-statistics/p4src/of.p4)
  • LDSC: Could not open Corces_ATAC_1000Gv3_ldscores/Corces_ATAC.1.1.l2.ldscore[./gz/bz2]
  • Gradle Package Project Lombok Not Working: No serializer found for class com.qbb.User and no properties discovered to create BeanSerializer……
  • [Solved] PCH Warning: header stop not at file scope
  • pymysql Error: File “/usr/local/lib/python2.7/site-packages/PyMySQL-1.0.2-py2.7.egg/pymysql/connections.py”, line 167 SyntaxError: invalid syntax
Proudly powered by WordPress