ruby-net-github-upload icon indicating copy to clipboard operation
ruby-net-github-upload copied to clipboard

Ruby Net::GitHub::Upload

Results 3 ruby-net-github-upload issues
Sort by recently updated
recently updated
newest added
trafficstars

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 -...