2015-10-29 09:13:30 -04:00
|
|
|
Project <%= @old_path_with_namespace %> was moved to another location
|
2013-08-29 22:26:32 -04:00
|
|
|
|
2013-01-11 11:53:30 -05:00
|
|
|
The project is now located under
|
2015-01-24 13:02:58 -05:00
|
|
|
<%= namespace_project_url(@project.namespace, @project) %>
|
2013-08-29 22:26:32 -04:00
|
|
|
|
2013-01-11 11:53:30 -05:00
|
|
|
|
2014-05-21 04:37:41 -04:00
|
|
|
To update the remote url in your local repository run (for ssh):
|
2013-01-11 11:53:30 -05:00
|
|
|
git remote set-url origin <%= @project.ssh_url_to_repo %>
|
2014-05-21 04:37:41 -04:00
|
|
|
or for http(s):
|
|
|
|
git remote set-url origin <%= @project.http_url_to_repo %>
|