小编Adi*_*rma的帖子

如何暂存所有跟踪的修改文件?

好吧,这可能是一个愚蠢的问题,但我是 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)

java git terminal github intellij-idea

4
推荐指数
1
解决办法
2864
查看次数

rbenv 安装在 ruby​​-build 处挂起:使用自制程序中的 readline?

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)

就是这样,它就永远挂在那里。

ruby rbenv

4
推荐指数
2
解决办法
6106
查看次数

如何解决 Cannot load such file openssl 错误?

我尝试运行 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)

ruby openssl

3
推荐指数
1
解决办法
5947
查看次数

标签 统计

ruby ×2

git ×1

github ×1

intellij-idea ×1

java ×1

openssl ×1

rbenv ×1

terminal ×1