LoginSignup
0
0

[Windows] bash: pbcopy: command not found 対処法

Posted at

エラー
bash: pbcopy: command not found
Windows では原則 pbcopy コマンドは使用できない。

解決方法
clip コマンドを使う。

例 sshキーのコピー
clip < ~/.ssh/id_rsa.pub

参考
https://qiita.com/shizuma/items/2b2f873a0034839e47ce

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0