-
Notifications
You must be signed in to change notification settings - Fork 4
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
Local Building not possible for outside-collaborators without access to AI private Repos #36
Comments
You need access to https://github.com/AI-Gruppe/ai_omniscope-v2-communication_sw |
Can this be done without inviting him into the organization? |
I added @R-Abbasi as an outside collaborator to this specific repo. This is just a temporary workaround and we need to find a way to precompile this as a library and make it available. |
We never specified if we should open source the code for the communication so we didn`t. |
After a discussion last friday, it has been decided, that https://github.com/AI-Gruppe/ai_omniscope-v2-communication_sw will not be public at any point. There will be a serious effort in the last week of november to move the device handling out of this repo and make it available via a Anyway, this seems to be a bigger issue, than just a few lines of code. Since that will be needed for OmniView_2 as well, this has to be done at some point. @odinthenerd, @dominicpoeschko and I will look into this end of november 2023, and decide on a timeline for this migration. |
@DonNagual will be working on a prototype implementation, starting at the end of this month. |
In case of not having right access to the repo, the following errors turn up:
.../omniview$ git submodule update --init --recursive
Submodule 'ImGuiInstance' (https://github.com/skunkforce/ImGuiInstance.git) registered for path 'ImGuiInstance'
Submodule 'aglio' (https://github.com/dominicpoeschko/aglio.git) registered for path 'aglio'
Submodule 'ai_omniscope-v2-communication_sw' ([email protected]:AI-Gruppe/ai_omniscope-v2-communication_sw.git) registered for path 'ai_omniscope-v2-communication_sw'
Submodule 'cmake_helpers' (https://github.com/dominicpoeschko/cmake_helpers.git) registered for path 'cmake_helpers'
Submodule 'imgui-filebrowser' (https://github.com/AirGuanZ/imgui-filebrowser.git) registered for path 'imgui-filebrowser'
Cloning into '/home/arydev/Desktop/omniview/ImGuiInstance'...
Cloning into '/home/arydev/Desktop/omniview/aglio'...
Cloning into '/home/arydev/Desktop/omniview/ai_omniscope-v2-communication_sw'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:AI-Gruppe/ai_omniscope-v2-communication_sw.git' into submodule path '/home/arydev/Desktop/omniview/ai_omniscope-v2-communication_sw' failed
Failed to clone 'ai_omniscope-v2-communication_sw'. Retry scheduled
Cloning into '/home/arydev/Desktop/omniview/cmake_helpers'...
Cloning into '/home/arydev/Desktop/omniview/imgui-filebrowser'...
Cloning into '/home/arydev/Desktop/omniview/ai_omniscope-v2-communication_sw'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:AI-Gruppe/ai_omniscope-v2-communication_sw.git' into submodule path '/home/arydev/Desktop/omniview/ai_omniscope-v2-communication_sw' failed
Failed to clone 'ai_omniscope-v2-communication_sw' a second time, aborting
.../omniview$
The text was updated successfully, but these errors were encountered: