git remote rm origin
git remote add origin git@github.com:username/myapp.git
我觉得还是直接使用https好用些:
git remote rm origin
git remote add origin https://github.com/AmoryPepelu/ft_customer.git
git remote rm origin
git remote add origin git@github.com:username/myapp.git
我觉得还是直接使用https好用些:
git remote rm origin
git remote add origin https://github.com/AmoryPepelu/ft_customer.git