You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For security propose i thin it's better to make private "-p or --private" parameter as default, In order So as not to accidentally publish secrets, passwords, etc.,
temporary solution it is alias gist in /home/username/.bash_aliases or .bashrc alias gist="gist --private"
or alias gist="gist -p"