wire-server icon indicating copy to clipboard operation
wire-server copied to clipboard

initializing sub modules requires auth

Open devilsclaw opened this issue 11 months ago • 1 comments

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:

  1. git clone https://github.com/wireapp/wire-server.git
  2. git submodule update --init --recursive

Expected behavior It should allow pulling the source since its needed for building from source

devilsclaw avatar Feb 25 '25 00:02 devilsclaw

Navigating to https://github.com/wireapp/wire-server-enterprise returns a 404 error, so I assume the repository URL is either incorrect or the repository is private.

chrishowell211313 avatar Apr 06 '25 20:04 chrishowell211313