ruby-net-github-upload
ruby-net-github-upload copied to clipboard
Ruby Net::GitHub::Upload
A few days ago I've noticed that this gem isn't able to upload file to GitHub anymore. When I try to upload a file I get an errore message: `Failed...
The delete method doesn't do a check on the HTTP status code causing silent failures of delete operations.
When I try to upload a large file, it reports the HttpClient timeout exception. After this failure, Github also lists the partial uploaded files with the whole file size -...