Git Ostrzeżenie przekierowywania do
# The warning appears when the remote URL is different from the one you are using
# To fix use the following command
git remote set-url origin <correct_remote_url>
Odd Ocelot