-
Notifications
You must be signed in to change notification settings - Fork 15
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
Permalink starts with https://null/null if project imported from https git url. #6
Comments
I see now that I've imported my repository using Idea -> File -> New project from Version Control... |
So, switch to |
While the (btw |
Sorry for the delay in replying. |
Hey @kawamataryo any update on this? Having trouble with URLs like
End up with |
Sorry for the delayed response. I plan to rectify this issue soon. |
I fixed it to work with URLs that don't have |
I also get null with latest PHP Storm and plugin. I clone my repo with ssh and then open the directory in PHP Storm to start the project. https://nullnull/null/blob/c4d8a5b99e35a340f821b378d68229e588f0ed96... |
Hi!
At some point in time, I've started to get
https://null/null/blob/....
links.Looks like something happens with my repo value as it returns from
GitRepositoryManager.getInstance(project).getRepositoryForFileQuick(virtualFile)
sorepo?.remotes?.first()?.firstUrl
doesn't match to the regexp.*(?:@|\\/\\/)(.[^:\\/]*).([^\\.]+)\\.git
.The text was updated successfully, but these errors were encountered: