change remote git doesnt work code example
Example 1: set git origin
git remote add origin [email protected]:portfolio/space.space_name.git
Example 2: set origin url git
git remote add origin <git_url>
git remote add origin [email protected]:portfolio/space.space_name.git
git remote add origin <git_url>