Hello,
I am keeping source code in GitHub. Recently, I started facing a weird issue while switching between git branches.
Let’s say I switch from a branch environment-setup
to main
. Then, I will not be able to launch Composer. I am getting an error message as below
Please note, my repos are cloned to a different drive.
The only fix I could find is uninstall and reinstall Composer which fixes this issue. Now, this issue comes back, if I switch the branch again.
Only thing I could think of causing this issue is, for this repo I have enabled git-lfs. May be that is locking some files.
Any thoughts on why it’s happening so?
Thanks in advance.
It sounds like you are an advanced developer, familiar with GitHub, Repos, python etc, but you are using Launcher, which is now not the best way to develop. Launcher is not getting the latest Kit updates anymore. Everything is moving to GitHub. So you are mixing worlds together. You are also using an old version.
If you are familiar with GitHub and building custom kit apps, I would clear out everything totally, uninstall Launcher, wipe out all OV data and start fresh by downloading our latest 106.4 Kit App Template from GitHub here. GitHub - NVIDIA-Omniverse/kit-app-template: Omniverse Kit App Template
Secondly, I would keep to one branch. Stick to our latest branch and stay on that. 106.4, soon to be 106.5. You do need to have Git and Git LFS installed, yes.