K
K
Konstantin Prishvin2018-12-07 20:45:22
git
Konstantin Prishvin, 2018-12-07 20:45:22

git push hangs after "Total...". What to do?

Good day.
There is a certain project on the Yii2 framework, I want to create a remote repository for it. My course of action:

$ git init
$ git add .
$ git commit -m "Init"
$ git remote add origin [email protected]:kostya-php/test.git

Everything is fine, until the moment when I try to upload it to the server:
$ git push origin master
Подсчет объектов: 255, готово.
Сжатие объектов: 100% (232/232), готово.
Запись объектов: 100% (255/255), 1.17 MiB | 0 bytes/s, готово.
Total 255 (delta 36), reused 0 (delta 0)

After that, the process just hangs, and the data does not appear on the server.
Please tell me what can be done in this case?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arman, 2018-12-07
@Arik

as an option to try via https, my provider blocked 22 =/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question