| Summary: | GitHub Deprecation Notice after connecting with Mylyn | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Raffi Khatchadourian <raffi.khatchadourian> |
| Component: | Mylyn | Assignee: | Mylyn Inbox <mylyn-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | twolf, werner.keil |
| Version: | 3.24 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| URL: | https://api.github.com/repositories/82070134/issues?per_page=1&page=1 | ||
| See Also: | https://bugs.eclipse.org/bugs/show_bug.cgi?id=567557 | ||
| Whiteboard: | |||
|
Description
Raffi Khatchadourian
+1 Does this work with Mylyn/Egit already? I do not know how to setup a repository for github.com. Can you tell me how I can create one. (In reply to Werner Keil from comment #1) > Does this work with Mylyn/Egit already? Nope, it didn't. Just implemented that for bug 567557. Could use beta testers :-) Mylyn/EGit installed from the temporary update site https://ci.eclipse.org/egit/job/egit-github.gerrit/127/artifact/org.eclipse.mylyn.github-site/target/repository/ (download as ZIP, then install from the downloaded archive via "Install New Software...") adds a "Use access token authentication" checkbox to the Mylyn repository properties or creation dialog. Check that, and enter the token instead of a password. Note that tokens for accessing private repos need to have the "repo" scope, and tokens for creating gists need the "gists" scope. A "gists" Mylyn task repo additionally needs the user name. See [1] and [2] for how to create a personal access token. If you find any problems, please report either here, or at bug 567557, or on the Gerrit change at https://git.eclipse.org/r/c/egit/egit-github/+/170282 . [1] https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token [2] https://docs.github.com/en/free-pro-team@latest/developers/apps/scopes-for-oauth-apps I see that the change in egit-github got already merged. So if you want to test, you could simply install from the official EGit-Github nightly update site: https://download.eclipse.org/egit/github/updates-nightly/ . Documentation: https://wiki.eclipse.org/EGit/GitHub/User_Guide#Credentials *** This bug has been marked as a duplicate of bug 567557 *** |