can't clone humanapi

14 views
Skip to first unread message

Jason

unread,
Feb 3, 2010, 3:31:20 AM2/3/10
to humanapi
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 ?

Nikolai Onken

unread,
Feb 3, 2010, 3:03:03 PM2/3/10
to humanapi
Hi Jason,

let me check this - I will get back to you as soon as possible.
Regards,

Nikolai

Nikolai Onken

unread,
Feb 3, 2010, 3:07:55 PM2/3/10
to humanapi
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 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

unread,
Feb 4, 2010, 3:37:39 AM2/4/10
to humanapi
Thanks Nikolai, I got it clone :)

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

Jason

unread,
Feb 5, 2010, 3:13:33 PM2/5/10
to humanapi
Hi Nikolai,
I got a problem.
I run the below commands and got a clone of your files but the
structure is not the same as u have in the video.

$ 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 -

Nikolai Onken

unread,
Feb 8, 2010, 4:42:06 AM2/8/10
to humanapi
Hi Jason,

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

unread,
Feb 8, 2010, 9:15:31 PM2/8/10
to humanapi
Hi Nikolai,
I was using Mac OS X leopard.

Jason.

> > > - Show quoted text -- Hide quoted text -

Stephan Schulz

unread,
Feb 10, 2010, 4:21:02 PM2/10/10
to humanapi
regarding this post on your blog:

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.

Nikolai Onken

unread,
Feb 11, 2010, 11:02:36 AM2/11/10
to humanapi
Hi 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...

Jason

unread,
Mar 13, 2010, 1:16:20 AM3/13/10
to humanapi
Hi Nikolai,
I managed to have ur project cloned and make all fine now :)
(http://humanapi.org/2010/01/02/setting-up-a-humanapi-prototype-for-
xcodeiphone/comment-page-1/#comment-139)
So the "Bluetooth.m" file is all it need to make a connection and
recieve data to/from the arduino bt, right ? (and all the btstack
include files and lib)
I saw in ur "Bluetooth.m" file, in the L2CAP_DATA_PACKET case, the
"hex_dump" is the ecg data that you pass into the UIWebView to draw
right ?
Another question, how did you config the arduino bt ?

Regards,
Jason

Nikolai Onken

unread,
Mar 14, 2010, 3:11:28 PM3/14/10
to humanapi
Hi 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 Onken

unread,
Mar 14, 2010, 3:16:30 PM3/14/10
to humanapi
Yes, hex_dump is what I pass into the view (This part of the code is
still ugly, it would be much nicer to have a real API in JavaScript
which we can use to retrieve the actual data and not hex encoded
values).
I didn't have to configure the Arduino in any way special, see the ECG
source code for the Arduino for a working example.
Don't forget to set the baudrate to 115200.

Nikolai

Reply all
Reply to author
Forward
0 new messages