Not Allow Push
Cannot push to your own branch
Edit
.git/config
file under your repo directory.Find
url
=entry under section[remote "origin"]
.Change it from:
url=https://gitlab.com/AaronYang2333/ska-src-dm-local-data-preparer.git/
url=ssh://git@gitlab.com/AaronYang2333/ska-src-dm-local-data-preparer.git
try push again