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

INVO Phalcon 4

Hi All,

I’m trying to get INVO Phalcon 4 working. https://docs.phalcon.io/4.0/en/tutorial-invo

I follow the link GitHub to https://github.com/phalcon/invo When I download and unzip I get something different from what the manual says I would need (very different directory structure).

When I follow the read me instructions and run (as sudo and without as a normal user): git clone [email protected]:phalcon/invo.git I get the following error: Cloning into 'invo'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Any idea how I can get INVO working or where the download the complete sample?

Thanks for your help.

Try to fork and git your own repository. Or use https instead of git remote.

That is what I did. That is what I described. It seems the example is simply not complete.

Hello. I have the same issue. Seems that tutorial examples differs from code on Git.