I clone the project from git, do changes in it and then commit it and my changes showing on git.
Now after some minutes I again do the same process but it is showing this message:
"warning: redirecting to https://git.myCompanyname.io/projDirectory/project-ios.git/ Counting objects: 40, done. Delta compression using up to 4 threads. Compressing objects: 100% (40/40), done. error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large fatal: The remote end hung up unexpectedly Everything up-to-date"
I am writing these commands:
cd - my project folder url git init git add . git commit -m "commit message" git push -u origin master
Can any one suggest me where I am not correct.
Thanks