Skip to content
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

reference not found error #200

Open
metinbulak opened this issue May 4, 2023 · 0 comments
Open

reference not found error #200

metinbulak opened this issue May 4, 2023 · 0 comments

Comments

@metinbulak
Copy link

How to resolve the reference not found error

Error :

`

INFO[0000] Loaded repository git-consul caller=repository
INFO[0000] Stopping watcher... caller=watcher
INFO[0000] Received finish caller=watcher
INFO[0001] Watcher received finish caller=runner
ERROR[0001] Runner error error=reference not found`

Config.json file

{
"repos": [
{
"name": "git-consul",
"url": "https://mygit.com/git-consul",
"branches" : ["dev"],
"mount_point":"test/",
"hooks" : [{"type":"polling","interval":60}],
"credentials": {
"username": "username",
"password": "password"
},
"skip_branch_name":true,
"skip_repo_name":true
}
],
"consul": {"address":"https://myconsul.com","token":"token"}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant