Closed tomus85 closed 3 years ago
If it help, I've got a private GitLab server on 192.168.1.10, so all the cargo repos are on here. Ktra server is on 192.168.1.100
Solved, had to re-publish my projects to Ktra again.
Tip: if you are still having issues pulling during cargo build
then try deleting cargo.lock
file. Might help if you remove the registry
directory in ~/.cargo/
In the example from Ktra book under bullet point 3 Create config.json file then commit and push it to remote repository. I did the following:
This all works on the same machine as I am running Ktra. However, I want to access my private cargo from another machine. So I edited the
config.json
file:Ktra is currently on
192.168.1.100
. When I docargo build
on another machine (I have set up my registry in.cargo/config.json
) I get an error message:How do i fix this? How I get other machines to pull private cargo from my own repo
Thanks