oscript-library / oscript-library/gitsync
После запуска gitsync init перестает работать локальный репозиторий
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 333
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Запускаю git clone 'http://git. ...
После в получившуюся папку инициализирую выгрузку, указывая хранилище и папку.
gitsync init ...
Посла запускаю
git push
Получаю ошибку:
error: src refspec refs/heads/master does not match any.
error: failed to push some refs to 'http://git. ...
Решаю ручной заливкой init файлов в клонированный репо, после руками делаю коммит и пушу, после запускаю gitsync sync.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported sequence: clone a repository, run gitsync init, then run git push and observe the refspec error. Trace the gitsync init entry point and its handling of the initial repository state; done means the cloned repository can be initialized and pushed without manually adding init files or creating a commit.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100