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

Repo not found or no access token provided #17

Closed
avioraboo opened this issue Aug 9, 2017 · 4 comments
Closed

Repo not found or no access token provided #17

avioraboo opened this issue Aug 9, 2017 · 4 comments

Comments

@avioraboo
Copy link

Hello,
After clicking on the JitPack link: "https://jitpack.io/#christophesmet/android_maskable_layout"
I'm getting this text:
"Repo not found or no access token provided".

Also in my project, it says: "Error:(125, 13) Failed to resolve: com.github.christophesmet:android_maskable_layout:-SNAPSHOT".

@ZhouJialei
Copy link

+1

@christophesmet
Copy link
Owner

Jitpack updated their artifact providing.
They give timeouts and appeared to be down for a while.
Try this:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.christophesmet:android_maskable_layout:v1.0.0'
}

Tried and tested it, this should work :)

@ZhouJialei
Copy link

I've tried and got no luck. gradle console output:

Could not resolve com.github.christophesmet:android_maskable_layout:v1.0.0.
> Could not get resource 'https://jitpack.io/com/github/christophesmet/android_maskable_layout/v1.0.0/android_maskable_layout-v1.0.0.pom'.
> Could not GET 'https://jitpack.io/com/github/christophesmet/android_maskable_layout/v1.0.0/android_maskable_layout-v1.0.0.pom'.
> Connect to 127.0.0.1:64873 [/127.0.0.1] failed: Connection refused (Connection refused)
Any idea @christophesmet ?

@christophesmet
Copy link
Owner

Seems like an issue on your end. The dependency is available online, so it has something to do with your internet connection.
Closed: Jitpack has been updated, connection refused on clients end.

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

3 participants