Ändern Sie den Benutzer im Git -Repository
git config user.email "[email protected]"
git config user.name "Your Name"
git config user.password "your password"
TalaatMagdy
git config user.email "[email protected]"
git config user.name "Your Name"
git config user.password "your password"
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git config --global user.password "your password"