nfdi4plants / ARCitect

Cross-plattform app to create and manage ARCs.
9 stars 6 forks source link

Enable upload from network folder #181

Open frsommer opened 2 months ago

frsommer commented 2 months ago

Is your feature request related to a problem? Please describe. ARC stored and edited on an network drive. When trying to commit / upload error occurs:

git checkout tal: detected dubious ownership in repository at '//syno.bio.uni-kl.de/biotech/ARCsyncETC/test/testarc/testarc' fatal: detected dubious ownership in repository at '//syno.bio.uni-kl.de/biotech/ARCsyncETC/test/testarc/testarc' '//syno.bio.uni-kl.de/biotech/ARCsyncETC/test/testarc/testarc' is owned by: 'S-1-5-21-1036228674-4065426080-1347446729-74989' but the current user is: 'S-1-5-21-1788749962-3905053420-4232863692-500' To add an exception for this directory, call: git config --global --add safe.directory '%(prefix)///syno.bio.uni-kl.de/biotech/ARCsyncETC/test/testarc/testarc'

Describe the solution you'd like be able to commit and push data from networkdrive, give it the option to be a save directory (last line in error message)

Describe alternatives you've considered same happened as well with ARCcommander, after starting sync error occured, then i executed the git command (the folder added to save directory) and everything worked fine

Additional context Add any other context or screenshots about the feature request here.