Linked Questions

155 votes
28 answers
349k views

I'm having trouble cloning a repo on git. I've been trying for to days and have tried quite a few solutions (in most the problem was slightly different but seemed to apply) but nothing has done ...
user8612746's user avatar
  • 1,651
30 votes
1 answer
32k views

Detailed info: Username for 'https://xiangwan.visualstudio.com': xiangwan Password for 'https://[email protected]': Counting objects: 85, done. Delta compression using up to 4 ...
xiangwan's user avatar
  • 301
12 votes
4 answers
14k views

Im using Bonobo Git Server and everything looks fine. Im movin all my old SVN repos to GIT and even with big repos (about 3.5 GB) with +760 commits the "git svn clone" and "git push" is working really ...
ppalmeida's user avatar
  • 2,954
4 votes
5 answers
16k views

What's the matter with git? $ git push Counting objects: 1431, done. Delta compression using up to 4 threads. Compressing objects: 100% (1326/1326), done. Writing objects: 100% (1429/1429), 131.94 ...
Yishu Fang's user avatar
  • 10.1k
8 votes
2 answers
7k views

I've been deploying to Azure via Git for several months with no major issues, but now I've seem to hit an error I can't get past. I made a new Azure Web Site to create a separate preview link for a ...
redhotvengeance's user avatar
2 votes
1 answer
5k views

I am facing the below error while pushing my changes to origin/master. error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10053 fatal: The remote end hung up ...
fixit's user avatar
  • 87
2 votes
1 answer
2k views

I'm trying to deploy flask app on heroku. Specifically, NLTK data to the server as per this solution. For some reason I keep getting this error. So I tried creating a new Heroku project and pushing my ...
221B's user avatar
  • 851
0 votes
3 answers
1k views

I create a repo on AWS codecommit over north virginia and then able to clone it on my local using https url. then i add some of my laravel code, commit it and try to push it over the codecommit. ...
swetank soni's user avatar
0 votes
0 answers
249 views

I frequently get an error when cloning a large repository from GitHub (specifically, Chromium, but it doesn't matter) on my local network, after downloading about ~10 GB: git -c core....
ShivanKaul's user avatar
0 votes
1 answer
211 views

After cloning the empty repository I created in my Github Enterprise account, I created a CRA (create-react-app) ReactJS application. I created, committed & pushed a README.md file before ...
viditkothari's user avatar