# 方法一 修改git配置文件: ```bash cd .git/config # 修改url值 ``` # 方法二 ```bash git remote set-url origin new_url ``` 注:该命令结果会修改.git/config