We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Install Phalcon devtools 2.0.13

how Install Phalcon devtools 2.0.13 by Github?

git clone https://github.com/phalcon/phalcon-devtools.git
cd phalcon-devtools
git checkout 2.0.x
ln -s ~/phalcon-devtools/phalcon.php /usr/bin/phalcon
chmod ugo+x /usr/bin/phalcon


39.2k
Accepted
answer
git clone -b v2.0.13 [email protected]:phalcon/phalcon-devtools.git
cd phalcon-devtools
git checkout -b v2.0.13

Hi Serghei, Can u please give access to your git clone -b v2.0.13 [email protected]:phalcon/phalcon-devtools.git . I m getting this error "Cloning into 'phalcon-devtools'... Permission denied (publickey). fatal: Could not read from remote repository.

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