Site icon 지락문화예술공작단

error when installing calypso (wp-calypso)

error when installing wp-calypso

 

출처 : https://github.com/Automattic/wp-calypso/blob/master/docs/install.md

 

1. 소개된 설치법

Check that you have all prerequisites (Git, Node, NPM). See below for more details.
Clone this repository locally.
Add 127.0.0.1 calypso.localhost to your local hosts file.
Execute make run from the directory of the repository.
Open calypso.localhost:3000 in your browser.

 

$ git clone git@github.com:Automattic/wp-calypso.git
$ cd wp-calypso
$ make run

 

 

2. 오류..

# git clone git@github.com:Automattic/wp-calypso.git
Cloning into 'wp-calypso'...
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

 

3. git 수행시 수정해줘야함

git clone https://github.com/Automattic/wp-calypso.git

 

Exit mobile version