Git takes too long to upload changes

0

Good evening, someone knows why trying to upload changes in Git takes too long. When I say too much I tell them that since last Thursday I try to upload changes and until today I can not upload anything. I have tried to upload changes through the VS CODE and I have not succeeded, when I do it through commands it is exactly the same.

    
asked by Guillermo Ricardo Spindola Bri 12.04.2017 в 02:33
source

1 answer

0

As far as I can read, in the first instance you have to see if you are doing it by https, see your credentials and the permissions in the proxy.

To see where the problem is, you have to analyze in which process the problem starts to occur. Depending on this by discards you are solving what interferes with your work.

As you are told, it is best to use GIT to upload the files to the server, the problem is that not all servers have GIT installed.

You can try git-ftp and see if it's what you need: link I have never used it, so I can not tell you if it's going well or not. I leave you a small tutorial in Spanish: link

Another option is to use tools such as link , the inconvenience is that they are paid

But since I do not want you to run out of answers and try to help, you can read this tutorial of changes in the repository

    
answered by 27.04.2017 в 18:41