Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Rights: Access rights pulling with GIT #19

Open
henry-shadowjet opened this issue Sep 27, 2015 · 1 comment
Open

Permission Rights: Access rights pulling with GIT #19

henry-shadowjet opened this issue Sep 27, 2015 · 1 comment

Comments

@henry-shadowjet
Copy link

Hello,

First of all, thank you for your hard work developing the codes.

I'm still new to Linux and am not very bright with codes, but as I tried to follow the instructions to git using the following command:
git clone git@github.com:cine-io/android-ffmpeg-with-rtmp.git

I get a permission error: "permission denied (publickey). Please make sure you have the correct access rights".
I tried to download the tar.gz file from the releases, I downloaded version 0.3.0 and was able to execute "build.sh", but was met again with the same error as the script tried to pull "openssl-android". Only then I was convinced that there is, using my limited knowledge, no getting around the problem.

Thank you very much for your attention and assistance in advance.

@SuperUserek
Copy link

Hi there, edit all build sh files:
and replace:
git clone git@github.com:cine-io/android-ffmpeg-with-rtmp.git

with

git clone https://github.com/cine-io/android-ffmpeg-with-rtmp.git

all the rest compiling github files to
Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants