$ git add remote origin https://gitlab.com/ramaaria/SymfonyProject.git
fatal: pathspec 'remote' did not match any files
答案 0 :(得分:0)
你有https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes
在你的情况下,它将是
$ git remote add origin https://gitlab.com/ramaaria/SymfonyProject.git