paramsen / noise

Noise is an Android wrapper for kissfft, a FFT implementation written in C.
Apache License 2.0
325 stars 41 forks source link

Authentication failed #3

Closed BoisterousGaming closed 6 years ago

BoisterousGaming commented 6 years ago

Hi, How do I get an Authentication to clone the git repo into my desktop? Because i'm getting this error "Authentication failed. You may not have permission to access the repository or the repository may have been archived."

paramsen commented 6 years ago

Just cloning with the URL from the "Clone or download" button? Try using the https link instead git clone https://github.com/paramsen/noise.git.

(It's an open repository, so there should be an issue on your side)

BoisterousGaming commented 6 years ago

Thanks for replying, I tried that as well, but still getting the same error.

paramsen commented 6 years ago

Tested to clone on another computer (not mine); Worked w/o any errors. There has to be something weird going on with your setup, might be a firewall/vpn/something stopping you - You can always choose to download as a zip in the "Clone and download" menu.

(link to zip download: https://github.com/paramsen/noise/archive/master.zip)

BoisterousGaming commented 6 years ago

Ok, I have downloaded this project and kissfft directly as a zip file and it's working properly. Thanks for this great demo on how to use kissfft on android and your assistance.

paramsen commented 6 years ago

No problem, I'm happy to help!