git remote add
Jump to navigation
Jump to search
git remote add origin git@gitserver.com:/username/project.git (no output) Review: .git/config
git remote add origin https://github.com/your_user/your_repo.git
Errors[edit]
git remote add origin https://github.com/your_user/your_repo.git error: remote origin already exists. Solution: git remote rm origin git config --list
Related terms[edit]
See also[edit]
Advertising: