I am learning to version and following a step by step in Stack OverFlow almost worked, but an error occurs that I can not fix.
I'm using the terminal inside Android Studio
I followed all the steps to load my local repository into GitLab , like First Commit , however the message below occurs and nothing is sent ...
git init
git remote add origin https://[email protected]/DharanaVentura/XXXXXXX.git
git add .
git commit -m "first commit"
git push -u origin master
Counting objects: 64, done.
Compressing objects: 100% (41/41), done.
Writing objects: 100% (64/64), 514.05 KiB | 0 bytes/s, done.
Total 64 (delta 0), reused 0 (delta 0)
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date