好吧,这可能是一个愚蠢的问题,但我是 git 的新手,并且经常感到困惑。
我已经在 IntelliJ 上创建了一些文件,现在当我git status在 IntelliJ 终端中运行时,我得到以下信息:
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: file x
new file: file y
new file: file z
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
Modified: file x
Modified: file y
Modified: file z
Untracked files:
(use "git add <file>..." to include in what will be …Run Code Online (Sandbox Code Playgroud) ET-C02YQH25LVCF:sc-returns aditya.verma$ rbenv install 2.0.0-p648
Downloading ruby-2.0.0-p648.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p648.tar.bz2
Installing ruby-2.0.0-p648...
WARNING: ruby-2.0.0-p648 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.
ruby-build: using readline from homebrew
Run Code Online (Sandbox Code Playgroud)
就是这样,它就永远挂在那里。
我尝试运行 gem install bundler 并收到此错误,已经尝试了 SO 上的所有链接,请帮助。
Ignoring eventmachine-1.2.7 because its extensions are not built. Try: gem pristine eventmachine --version 1.2.7
Ignoring nokogiri-1.10.10 because its extensions are not built. Try: gem pristine nokogiri --version 1.10.10
Ignoring oj-3.7.12 because its extensions are not built. Try: gem pristine oj --version 3.7.12
Ignoring yaji-0.3.6 because its extensions are not built. Try: gem pristine yaji --version 0.3.6
Ignoring yaji-0.3.5 because its extensions are not built. Try: gem pristine yaji --version 0.3.5
ERROR: Loading command: …Run Code Online (Sandbox Code Playgroud)