Error in Android Studio 2.3 Integration with Gitlab

Asked

Viewed 62 times

0

I’m learning how to read and following a step by step in Stack Overflow almost worked, but there’s an error that I can’t fix.

I’m using the terminal inside the Android Studio

I followed all the steps to upload my local repository into the Gitlab, as First Commit, but 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
  • Try to insert in your question every procedure you are performing since the git add .

  • Yes, I will now. Thank you.

  • the error is on this line error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053. The commit you’re sending is too big/heavy?

  • Hi Ricardo, thanks for the help. It’s not heavy no, just a test app even.

  • @Dharanaventura, you are only versioning the code files or you are also versioning the app libraries?

  • Hi, I was versioning the libraries too. Thank you for replying Dherik. Hugs

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.