zlin / wgetpaste

MIT License
34 stars 16 forks source link

gists.github.com gives an error #32

Closed EinstokFair closed 2 years ago

EinstokFair commented 2 years ago

At gentoo support channel I was given an advise to use

# wgetpaste -ic 'emerge -uUDpv @world'

it says

Apparently nothing was received. Perhaps the connection failed. Enable --verbose or
--debug to get the output from wget that can help diagnose it correctly.

and then

# wgetpaste -ic --verbose 'emerge -uUDpv @world'
/usr/bin/wgetpaste: emerge -uUDpv @world No such file found.

If I tried to use dpaste.com service instead of gists.github.com (with -s dpaste command line parameter) everything works ok.

UPD: \<kurly> your second command tried to run a command called --verbose and paste a file called 'emerge -uUDpv @world' \<kurly> there cannot be other arguments between -c and the command