Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot fork and clone repository #37

Open
iamthechrisb opened this issue Sep 25, 2024 · 7 comments
Open

cannot fork and clone repository #37

iamthechrisb opened this issue Sep 25, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@iamthechrisb
Copy link

I was trying to fork and clone repository to continue troubleshooting ASIO issues previously reported. this fails -- keep getting asked to authenticate to:
fatal: could not read Username for 'https://git.assembla.com': terminal prompts

@iamthechrisb iamthechrisb changed the title cannot clone repository cannot fork and clone repository Sep 25, 2024
@christofmuc
Copy link
Owner

True. Did you try to cancel the dialog? It should after a few cancels skip the checkout of portaudio, which seems to have moved behind a user login. We're not using it directly, but via the Q library. I will try to update Q and see if that fixes the problem!

@christofmuc
Copy link
Owner

I pushed the new Q and changes to the build to https://github.com/christofmuc/JammerNetz/tree/ASIOdebugging the branch. Can you check that this works for you? It should no longer try to clone portaudio, because Q removed it.

@christofmuc christofmuc added the bug Something isn't working label Sep 28, 2024
@christofmuc
Copy link
Owner

So you'd clone non-recursively, switch the branch, then fetch the submodules:

  1. git clone https://github.com/christofmuc/JammerNetz
  2. cd JammerNetz
  3. git switch ASIOdebugging
  4. git submodule --init- --recursive

should do it.

@iamthechrisb
Copy link
Author

I'll do some checking soon. thanks for the reply. While you are around, is it possible for you to update to Juice 8x?

@christofmuc
Copy link
Owner

Sure thing, did it in the branch as well

@iamthechrisb
Copy link
Author

I can fork now. thank you. is there a chance you will update the client build with updated juice?

@christofmuc
Copy link
Owner

I just released a 2.3.0 release candidate, tested only on Windows so far. This contains the ASIO debugging code and the manual start/stop thing, in addition to a new MIDI clock feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants