git安装+错误:Failed to install 'IRkernel' from GitHub: Git does not seem to be installed on your system
为Jupyter notebook配置R kernel
其中需要使用如下命令:devtools::install_github('IRkernel/IRkernel')
下载并在jupyter notebook中配置R kernel
出现如下错误:
错误:Failed to install 'IRkernel' from GitHub: Git does not seem to be installed on your system
进而安装git
# git主页,我们可以结合自己机器和类型进行版本的选择;
# 下载最新版的git
You are downloading the latest (2.32.0) 64-bit version of Git for Windows. This is the most recent maintained build. It was released 28 days ago, on 2021-06-07.
#
#使用自定义目录
# 全部勾选
# 后续几步的配置都是用默认配置就可以;
# 运行启动后如下:
cd d
ls -al