You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the error as "Invalid repo/repo is not accessible" while scanning the project.
this Error occurs because of the file "jackhammer/web/app/app/workers/git_scan_worker.rb" in line 25.
Just showing like that unable to clone the repository
The text was updated successfully, but these errors were encountered:
I configure the gitlab credentials successfully, it fetches all the information from the gitlab repos.
but when I try to scan a project it shows me invalid repo URL error.
when I checked for the MySQL DB there is a column "ssh_repo_url" but it stores the HTTP URL to the repo.
when I try to scan it shows me invalid repo URL error.
most probably its an error in "git_scan_worker.rb" file when it tries to clone the repository from the gitlab.
column name is ssh_repo_url , but it holds the git http url . please check cloning inside docker,using git clone https://username:[email protected]/username/repo . if it is not working, then you need remove some special characters from your password
I am getting the error as "Invalid repo/repo is not accessible" while scanning the project.
this Error occurs because of the file "jackhammer/web/app/app/workers/git_scan_worker.rb" in line 25.
Just showing like that unable to clone the repository
The text was updated successfully, but these errors were encountered: