How do you clone Calypso to contribute to it?
Ok - I give up - how do you add Calypso as a project to help contribute to it? Iâve downloaded the latest Pharo 7 image (1081), and Iâve tried to use the Github template to load my fork of Calypso. After several read herrings where I was getting a Github timeout (it turns out that Calypso isnât in a src directory but in a root directory) I have gotten further, in that it loads the code, but at the end of the operation I always get âfailed to connect to GitHub.com : Operation timed outâ. It looks to have loaded all of the code and but then it looks to be doing a remote fetch to (pharo-ide (git://github.com/pharo-ide/Calypso.git)) - which isnât the fork Iâm cloning, and then it gets its knickers in a knot? Iâm using https (which has worked so far for everything else) What is going on? Tim
It seems that you have to use ssh for Calypso - not sure why, but at least Iâve got a clone now.
On 22 Jun 2018, at 17:29, Tim Mackinnon <tim@testit.works> wrote:
Ok - I give up - how do you add Calypso as a project to help contribute to it?
Iâve downloaded the latest Pharo 7 image (1081), and Iâve tried to use the Github template to load my fork of Calypso. After several read herrings where I was getting a Github timeout (it turns out that Calypso isnât in a src directory but in a root directory) I have gotten further, in that it loads the code, but at the end of the operation I always get âfailed to connect to GitHub.com : Operation timed outâ. It looks to have loaded all of the code and but then it looks to be doing a remote fetch to (pharo-ide (git://github.com/pharo-ide/Calypso.git)) - which isnât the fork Iâm cloning, and then it gets its knickers in a knot?
Iâm using https (which has worked so far for everything else) What is going on?
Tim
Grrr - I think I didnât have the image setting RemoteType set to https in the image I was trying. False alarm - sorry.
On 22 Jun 2018, at 17:29, Tim Mackinnon <tim@testit.works> wrote:
Ok - I give up - how do you add Calypso as a project to help contribute to it?
Iâve downloaded the latest Pharo 7 image (1081), and Iâve tried to use the Github template to load my fork of Calypso. After several read herrings where I was getting a Github timeout (it turns out that Calypso isnât in a src directory but in a root directory) I have gotten further, in that it loads the code, but at the end of the operation I always get âfailed to connect to GitHub.com : Operation timed outâ. It looks to have loaded all of the code and but then it looks to be doing a remote fetch to (pharo-ide (git://github.com/pharo-ide/Calypso.git)) - which isnât the fork Iâm cloning, and then it gets its knickers in a knot?
Iâm using https (which has worked so far for everything else) What is going on?
Tim
Actually, although I appear crazy talking to myself⦠its true - you have to use SSH to clone Calypso? Not sure why (other projects have all been fine with https) but there you go. Tim
On 22 Jun 2018, at 17:39, Tim Mackinnon <tim@testit.works> wrote:
Grrr - I think I didnât have the image setting RemoteType set to https in the image I was trying. False alarm - sorry.
On 22 Jun 2018, at 17:29, Tim Mackinnon <tim@testit.works> wrote:
Ok - I give up - how do you add Calypso as a project to help contribute to it?
Iâve downloaded the latest Pharo 7 image (1081), and Iâve tried to use the Github template to load my fork of Calypso. After several read herrings where I was getting a Github timeout (it turns out that Calypso isnât in a src directory but in a root directory) I have gotten further, in that it loads the code, but at the end of the operation I always get âfailed to connect to GitHub.com : Operation timed outâ. It looks to have loaded all of the code and but then it looks to be doing a remote fetch to (pharo-ide (git://github.com/pharo-ide/Calypso.git)) - which isnât the fork Iâm cloning, and then it gets its knickers in a knot?
Iâm using https (which has worked so far for everything else) What is going on?
Tim
participants (1)
-
Tim Mackinnon