git push -u origin main is not working and showing any message. it also not asking for credentials. What is the reason and what is the solution ?
Asked
Active
Viewed 41 times
0
-
Set `git remote set-url origin https://github.com/username/reponame` before executing `git push origin` – Kirpal R Jul 02 '21 at 12:58
-
It's not working. – assaduzzaman samrat Jul 03 '21 at 06:50