appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

Authentication problem #48

Closed vijayhubino closed 11 years ago

vijayhubino commented 11 years ago

I have created an account in review.appunite.com and using "git clone https://review.appunite.com/androidffmpeg" to download FFmpegLibrary. Its asking for review.appunite.com's password and when i enter it says Permission denied. Some of the ways i have tried are :

  1. Checked with the password that is used for logging in review.appunite.com .
  2. Checked by generating HTTP password in review.appunite system.

But none works. I have a doubt in how it takes the username. I am stuck in this for long time.Any help is appreciated.

nxtreaming commented 11 years ago

the simplest answer:

git config --global http.sslVerify false

this will disable http ssl check.

vijayhubino commented 11 years ago

I will try the above one. Thanks for the reply.