Community
Participate
Working Groups
Build Identifier: Egit Mylyn 1.1.0.201109151100-r When searching for repositories to be imported from github, using a ":" as part of the search term, the import shows an error in the title area of the import wizard: Error searching repositories: com.google.gson.stream.MalformedJsonException: invalid number or unquoted string near <!DOCTYPE html> <html> <hea Probably some normalization or filtering needs to be done on the input provided by the user. Reproducible: Always Steps to Reproduce: 1. Open "Repositories from GitHub" import wizard 2. Enter "c:geo" into text field, hit search. 3. Error message in title area of wizard.
I think this may have been fixed by the commit here: http://egit.eclipse.org/w/?p=egit-github.git;a=commit;h=bdddd7d38f2633858e5a0ef5f3c27def0dd54902 Can you try using the 1.2.0 nightly build from: http://download.eclipse.org/egit/github/updates-nightly and see if the issue still occurs?
Works fine with current nightly. Thanks.