终端中的极限新手

问题描述 投票:0回答:1

我做错了什么?

Last login: Tue Mar 19 03:34:02 on ttys000
newuser@apples-MacBook-Pro ~ % cd ~/Downloads
newuser@apples-MacBook-Pro Downloads % curl -o "Atom One Dark.itermcolors" https://raw.githubusercontent.com/atom-one-dark-te
rminal/master/scheme/iterm/One%20Dark.itermcolorse/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    20  100    20    0     0    268      0 --:--:-- --:--:-- --:--:--   266
newuser@apples-MacBook-Pro Downloads % curl -o "Atom One Light.itermcolors" httpss://raw.githubusercontent.com/nathanbuchar/a
tom-one-dark-terminal/master/scheme/iterm/One%20Light.itermcolors
curl: (1) Protocol "httpss" not supported or disabled in libcurl
newuser@apples-MacBook-Pro Downloads %  https://raw.githubusercontent.com/nathanbuchar/a
tom-one-dark-terminal/master/scheme/iterm/One%20Light.itermcolors
zsh: no such file or directory: https://raw.githubusercontent.com/nathanbuchar/a
zsh: no such file or directory: tom-one-dark-terminal/master/scheme/iterm/One%20Light.itermcolors
newuser@apples-MacBook-Pro Downloads % curl -o "Atom One Light.itermcolors" https://raw.githubusercontent.com/nathanbuchar/a
tom-one-dark-terminal/master/scheme/iterm/One Light.itermcolors
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    20  100    20    0     0    243      0 --:--:-- --:--:-- --:--:--   246
zsh: no such file or directory: tom-one-dark-terminal/master/scheme/iterm/One
newuser@apples-MacBook-Pro Downloads %

尝试了一些改变。

visual-studio-code terminal iterm2 macos-monterey
1个回答
0
投票
# First command
curl -o "Atom One Dark.itermcolors" https://raw.githubusercontent.com/atom-one-dark-terminal/master/scheme/iterm/One%20Dark.itermcolors

# Second command
curl -o "Atom One Light.itermcolors" https://raw.githubusercontent.com/nathanbuchar/atom-one-dark-terminal/master/scheme/iterm/One%20Light.itermcolors

确保您拥有正确的 URL 和文件名,并且这些命令应该可以正常工作。

© www.soinside.com 2019 - 2024. All rights reserved.