Submission issue

Following the instruction on the starter-kit, I was unable to submit due to the following error:
fatal: ‘git@gitlab.aicrowd.com/<my_user_name>/flatland-challenge-starter-kit.git’ does not appear to be a git repository
fatal: Could not read from remote repository.

Can you please assist?

@eli_meirom: The git remote add step should be :

git remote add aicrowd git@gitlab.aicrowd.com:<YOUR_AICROWD_USER_NAME>/flatland-challenge-starter-kit.git

Note the lack of / after the git@gitlab.aicrowd.com