Git error: usage: git remote remove <name> (use git remote rm origin to report an error)

insert image description here

Article directory


Introduction

Git unbinds the project and reports an error
Use git remote rm origin to solve the problem of reporting an error

content

Use git remote rm origin to report an error

usage: git remote remove <name>

Solution

Use directly:

git remote remove origin

Guess you like

Origin blog.csdn.net/weixin_48998573/article/details/130058152