what's wrong with it ?
let me check this - I will get back to you as soon as possible.
Regards,
Nikolai
I just did a checkout using the same git command without problems:
$ git clone git://github.com/nonken/humanapi.git
Did you otherwise try
$ git clone http://github.com/nonken/humanapi.git
Let me know if that helps.
Also once you have cloned the repository, make sure you init the
phonegap dir:
$ git submodule init
$ git submodule update
Regards,
Nikolai
Jason
On Feb 3, 3:07 pm, Nikolai Onken <nikolai.on...@gmail.com> wrote:
> Hi Jason,
>
> I just did a checkout using the same git command without problems:
>
> $ git clone git://github.com/nonken/humanapi.git
>
> Did you otherwise try
>
> $ git clonehttp://github.com/nonken/humanapi.git
$ git clone git://github.com/nonken/humanapi.git
$ git submodule init
$ git submodule update
after run the above command, I got a "humanapi" folder which only
have:
a LICENSE file,
README file
and a "prototypes" folder
as I saw in your video, there should be one more folder name "apis" ?
At the step where u make the ecg project, I used the make command as u
shown in the video: make ecg
It said: "sed Application/: no such file or directory"
but It did copy a "ecg" folder into "dev" folder but missing a lot of
files, like no xcode project file, no "classes" folder,...
would you help me with this ?
Thanks,
Jason
On Feb 3, 3:07 pm, Nikolai Onken <nikolai.on...@gmail.com> wrote:
> Hi Jason,
>
> I just did a checkout using the same git command without problems:
>
> $ git clone git://github.com/nonken/humanapi.git
>
> Did you otherwise try
>
> $ git clonehttp://github.com/nonken/humanapi.git
>
> Let me know if that helps.
> Also once you have cloned the repository, make sure you init the
> phonegap dir:
>
> $ git submodule init
> $ git submodule update
>
> Regards,
>
> Nikolai
>
> On Feb 3, 9:03 pm, Nikolai Onken <nikolai.on...@gmail.com> wrote:
>
>
>
> > Hi Jason,
>
> > let me check this - I will get back to you as soon as possible.
> > Regards,
>
> > Nikolai
>
> > On Feb 3, 9:31 am, Jason <nickbi...@gmail.com> wrote:
>
> > > I can't clone the humanapi git repository.
> > > git clone g...@github.com:nonken/humanapi.git
> > > Initialized empty Git repository in /Users/jasonmac/humanapi/.git/
> > > Permission denied (publickey).
> > > fatal: The remote end hung up unexpectedly
>
> > > what's wrong with it ?- Hide quoted text -
>
> - Show quoted text -
the api folder shouldn't be there (its not yet checked in because its
empty :) )
What machine are you using to run make ecg ?
Regards,
Nikolai
Jason.
> > > - Show quoted text -- Hide quoted text -
http://humanapi.org/2010/01/02/setting-up-a-humanapi-prototype-for-xcodeiphone/
do you have any updates about make ecg not creating the iphone
project ?
also, maybe you can just post a zip of your xcode project.
thx.
stephan.
thx for your email. I am travelling right now so have connection
issues.
I am looking into the issue and will post a ready to go package asap.
Regards,
Nikolai
On Feb 10, 10:21 pm, Stephan Schulz <videod...@gmail.com> wrote:
> regarding this post on your blog:
>
> http://humanapi.org/2010/01/02/setting-up-a-humanapi-prototype-for-xc...
Regards,
Jason
thats great news! Glad it is working so far - please feel free to
clone the repo and push changes/fixes.
Would be great to see what you are doing, and maybe we can join forces
to actually make the code base more stable, reliable and also set up
the phone to arduino communication channel.
Nikolai
Nikolai