bismark-jp / FLAC-ios

iOS static library project for xiph FLAC library
0 stars 0 forks source link

Can't download because of random errors #1

Open gerchicov-bp opened 9 years ago

gerchicov-bp commented 9 years ago

Cloning into '/Users/gerchicov/Documents/xCode projects/FLAC-ios'...

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init --recursive 
Cloning into 'xiph/flac'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:xiph/flac.git' into submodule path 'xiph/flac' failed
Submodule 'xiph/flac' (git@github.com:xiph/flac.git) registered for path 'xiph/flac'
Submodule 'xiph/ogg' (git@github.com:xiph/ogg.git) registered for path 'xiph/ogg'
Cloning into 'xiph/flac'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:xiph/flac.git' into submodule path 'xiph/flac' failed
Cloning into 'xiph/flac'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:xiph/flac.git' into submodule path 'xiph/flac' failed
Cloning into 'xiph/flac'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:xiph/flac.git' into submodule path 'xiph/flac' failed
Completed with errors, see above```

or the following:

```git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree clone https://github.com/bismark-jp/FLAC-ios.git "/Users/gerchicov/Documents/xCode projects/FLAC-ios" 
Cloning into '/Users/gerchicov/Documents/xCode projects/FLAC-ios'...

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init --recursive 
Completed with errors, see above```
bismark-jp commented 9 years ago

Thanks for your interest, but

Cloning into 'xiph/flac'... Permission denied (publickey). fatal: Could not read from remote repository.

I think this message indicates an error of your ssh permission.

gerchicov-bp commented 9 years ago

ok 1)why does it very random? 2)I can download any source from github but not your one. Why?

bismark-jp commented 9 years ago

1)why does it very random?

I don't know.

2)I can download any source from github but not your one. Why?

According to the log you attached to first comment, I think you have cloned my repository. After that, you have errors cloning xiph's repositories as submodule. Is it right ?

gerchicov-bp commented 9 years ago

No I can't even finish the downloading process via sourcetree