R报错:Failed to install ‘IRkernel‘ from GitHub: Git does not seem to be installed on your system.

When installing devtools today, the following error occurred:

错误: Failed to install ‘IRkernel’ from GitHub:
Git does not seem to be installed on your system.

Error details:

Insert picture description here
To solve the above problems, you need to download and install Git

1. Download Git

Git download URL: add link description

Insert picture description here
I choose the Windows version here.

Insert picture description here
Select the 64-bit version and wait for the download to complete.

2. Install Git

Double-click to open the downloaded installation package

Insert picture description here
Click next

Insert picture description here
Select the file access path, click next

Insert picture description here
Check the configuration file you need, click next

Insert picture description here
Do not create a startup folder, click next

Insert picture description here
Select the default editor, just use the default recommended editor, click next

Insert picture description here
Insert picture description here
The default is OK, click next

Insert picture description here
Check the second item, so that you can operate in cmd, click next

Insert picture description here
The default is OK, click next

Insert picture description here
The default is OK, click next

Insert picture description here
In the terminal emulator selection page, the default is OK, click next

Insert picture description here
The default is OK, click next

Insert picture description here
The default is OK, click next

Insert picture description here
Configure Git to additionally select the default, click next

Insert picture description here
Click install and wait for the installation to complete

Insert picture description here
Insert picture description here
After the installation is complete, click Finish to complete the installation.

Insert picture description here
You can use Git normally! !

Guess you like

Origin blog.csdn.net/qq_45154565/article/details/110171965