initializing sub modules requires auth
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 2.8k
- Forks
- 334
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 50
Description
Describe the bug
I was fallowing the gut of how to use nix to compile the project and the part where . it tells you to use the command
git submodule update --init --recursive
requires a user name and password for wire-server-enterprise
To Reproduce
Steps to reproduce the behavior:
- git clone https://github.com/wireapp/wire-server.git
- git submodule update --init --recursive
Expected behavior
It should allow pulling the source since its needed for building from source
Contributor guide
No contributing guide indexed for this repository
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
Start with the documented clone command and git submodule update --init --recursive, then inspect the wire-server-enterprise submodule reference and its access requirements. Reproduce the authentication prompt from a fresh clone and determine whether the source or setup instructions expose a usable unauthenticated path. Done means the documented source-build setup can initialize required submodules without credentials.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, haskell
- Domain
- build-system, developer-experience
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100