-
Notifications
You must be signed in to change notification settings - Fork 720
Description
Dear All,
tried to commit/pull my project to GitHub. This was processed well. Anyway system fails on "configure?" smtg like pr-owner number:
2024-08-07 11:56:33.845 [info] > git config --local branch.main.github-pr-owner-number [196ms]
2024-08-07 11:56:33.846 [warning] git config failed: Failed to execute git
2024-08-07 12:01:34.147 [info] > git config --local branch.main.github-pr-owner-number [258ms]
This task attempt runs every 5mins. This project runs on node.js and is written using VS Code. Could you help how to solve that?
Thanks for help,
Tom
I am attaching content of config file:
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/TomasKrouzel/ServerOne.git
fetch = +refs/heads/:refs/remotes/origin/
[branch "main"]
remote = origin
merge = refs/heads/main
