question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

valid uri's are flagged as errors in git resource

See original GitHub issue

The lang server uses github-specific parsing for the uri on the git resource, but that uri can be any valid uri that points to a git instance. Usually not a problem, but if your github url is at eg github.computer.com, that uri gets flagged as

Expecting a ‘:’

or

Expecting a ‘/’

image image

on the p.

It’s a rare circumstance, but that value is a uri, not necessarily a github address, so it is a bug. Not huge, but a minor annoyance.

It’ll show up for any uri that starts with git@github.com and not git@github.com: or https://github.com and not https://github.com/.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shuacommented, Feb 1, 2019

thanks, tried it out, and it looks like it’s fixed

1reaction
kdvoldercommented, Jan 31, 2019

If you want to try it out you can download a snapshot .vsix file from here:

http://dist.springsource.com/snapshot/STS4/nightly-distributions.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git URIs does not match SSH URI specification - Stack Overflow
The ssh command doesn't require an ssh URI either: it already knows it's the one to interpret the resource identifier, so the restrictions ......
Read more >
git-clone Documentation - Git
When the repository to clone from is on a local machine, this flag bypasses the normal "Git ... Progress is not reported to...
Read more >
1.1.4 Resources - Concourse CI
resources : - name: repo type: git source: uri: https://github.com/concourse/examples.git jobs: - name: hello-world-job plan: - get: repo trigger: true # tell ...
Read more >
RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
The URI syntax defines a grammar that is a superset of all valid URIs, ... the scheme-specific resolution process should flag the reference...
Read more >
Repository checks - GitLab Docs
You can see a failed to parse commit <commit SHA> from object database for commit-graph error in repository check logs. This error occurs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found