defunkt / gist

Potentially the best command line gister.
http://defunkt.io/gist/
MIT License
3.8k stars 340 forks source link

Error: Could not find copy command #324

Closed yudhastyawan closed 4 years ago

yudhastyawan commented 4 years ago

I have tried gist-paste in Ubuntu 20.04 and I want to upload based on "Paste from the clipboard" but I have this error message: Error: Could not find copy command, tried: pbpaste || xclip -o || xsel -o || getclip

This is my command example: gist-paste --filename test.py -p -d "a brief description of this file" -P

Does anybody know how to solve it? Thank you.