remote: The project you were looking for could not be found. fatal: repository 'https://gitlab.com/KZA_Connected/skilltree.git/' not found
I solved this by simply adding username to url like below:
Before: https://gitlab.com/gitlab_user/myrepo.git
After: https://GITLAB_USERNAME@gitlab.com/gitlab_user/myrepo.git