Ändern Sie das Git -Konto Terminal
git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
Ghaith Alzin
git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
git status [<options>…] [--] [<pathspec>…]
# To change URL:
git remote set-url origin https://github.com/USER/PROJECT
# Set origin
git remote add origin https://github.com/USER/PROJECT
# Verify
git remote -v
git remote set-url origin https://github.com/myName/GitTest.git