oscript-library / oscript-library/gitsync

gitsync init и сетевой путь

Open
#206 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
1C Enterprise
Stars
333
Forks
98
PR merge metrics
No merged PRs in 30d

Description

oscript -version 1.0.21.298
gitsync --version 3.0.0
Платформа 8.3.13.1644
Win7 x64

При использовании сетевого пути в аргументе WORKDIR команды init не создается скрытый каталог .git

Выполняю команду:
C:\Users\user>gitsync init -uUser -pPass \СетевойПуть\Хранилище1С\ \СетевойПуть\Хранилище_git\config\

Вывод команды:
ИНФОРМАЦИЯ - Инициализация завершена

По пути \СетевойПуть\Хранилище_git\config\ появляются файлы VERSION и AUTHORS, но не появляется скрытый каталог .git

При использовании локального пути для аргумента WORKDIR скрытый каталог .git создается.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the gitsync init command with the UNC network paths shown in the issue, then inspect the init handling of the WORKDIR argument. Done means initialization creates the .git directory on the network path as it does for a local path, while still creating VERSION and AUTHORS.

Written by the indexing model from the issue text.

Assessment

Tech stack
git
Domain
cli, devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.