エラー
bash: pbcopy: command not found
Windows では原則 pbcopy コマンドは使用できない。
解決方法
clip コマンドを使う。
例 sshキーのコピー
clip < ~/.ssh/id_rsa.pub
参考
https://qiita.com/shizuma/items/2b2f873a0034839e47ce
Go to list of users who liked
More than 1 year has passed since last update.
エラー
bash: pbcopy: command not found
Windows では原則 pbcopy コマンドは使用できない。
解決方法
clip コマンドを使う。
例 sshキーのコピー
clip < ~/.ssh/id_rsa.pub
参考
https://qiita.com/shizuma/items/2b2f873a0034839e47ce
Register as a new user and use Qiita more conveniently
Go to list of users who liked