I have successfully deployed Integrity to Heroku. I was able to build a script for a public repo on git, and the build is successful. But doing integrity for a private repo gives me an error, since
error: The requested URL returned error: 401\nerror: The requested URL returned error: 401\nerror: The requested URL returned error: 401\n"
"error: pathspec 'origin/master' did not match any file(s) known to git.\n"
I am using the https version for cloning since heroku does not clone ssh.
I think that to clone a private repo we need to provide a password, so is there a way in Integrity to provide a password?
Or is there any other way for the same.
source
share