Lama2 icon indicating copy to clipboard operation
Lama2 copied to clipboard

Getting Wrong Get Remote URL

Open Amazing-Stardom opened this issue 10 months ago • 1 comments

Get Remote URL Giving Wrong url

instead of getting https://

https://github.com/jhipster/jhipster-sample-app-kotlin/blob/main/src/main/kotlin/io/github/jhipster/sample/web/rest/AuditResource.kt

I am getting this https///

https///github.com/jhipster/jhipster-sample-app-kotlin/blob/main/src/main/kotlin/io/github/jhipster/sample/web/rest/AuditResource.kt

Amazing-Stardom avatar Feb 13 '25 19:02 Amazing-Stardom

Get Auth URL After Cloinning From it

Instead of getting https///oauth2:{Blaaaa}@{Blaaa}

https///oauth2:{Blaaaa}@{Blaaa}/InvenTree/blob/master/test-case/runner/test.json

Should get

https://{Blaaa}/InvenTree/blob/master/test-case/runner/test.json

Amazing-Stardom avatar Mar 05 '25 14:03 Amazing-Stardom