Git tips: change the address of the resource library

1. Open Git connection terminal through IDEA
Insert picture description here

2. Execute the command to view the current Git resource library address

	git remote -v

Insert picture description here

3. Execute the command to change the resource address

	git remote set-url origin https://git.*.*.com/subgroup-admin/ec-admin.git

Insert picture description here

4. Check the current resource library address again, the update is successful

Insert picture description here

.
.
.
Afterword: After I found out that my white shoes were dirty, my partner would brush me clean, so I decided to buy only white shoes from now on.

Guess you like

Origin blog.csdn.net/weixin_43945983/article/details/90407810