从远程主机更改 git 仓库

Change git repo from remote host

我有 laravel-vue.js 框架网站项目,另一个开发人员在 digitalocean

框架中还有一个git文件。

我也想用git。但是,项目中还有一个git ssh link.

git@gitlab.com:user/projectname.git

我创建了一个 gitlab 存储库,但我无法决定下一步做什么。

git@gitlab.com:myuser/projectname2.git  

我怎样才能把这个项目带到我的本地并在 git 上进行更改。

一般我使用phpstorm进行编码。

谢谢。

您需要在存储库中更改 git 来源 url。

使用 git remote set-url origin new.git.url/here 将旧的 git URL 替换为新的。