Hi @gitlab-greg
Thanks for replying,
I am creating Project from scratch on local and then trying to push on gitlab.com so I wanted to create project on gitlab.com using gitbash.
I am working in work directory
D:/Atoll Stuff/HWREPO-2019-08-06/work/
and this is what I am getting
$ git init
Initialized empty Git repository in D:/Atoll Stuff/HWREPO-2019-08-06/work/.git/
adding my project files in work directory
$ git add -A
$ git remote add origin git@gitlab.com:user_name/work.git
$ git commit -m “first commit”
[master (root-commit) a42d0dc] first commit
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 New Text Document.txt
$ git push --set-upstream git@gitlab.com:user_name/work.git master
git@gitlab.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.