-
Notifications
You must be signed in to change notification settings - Fork 65
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
Show warnings when remote server returns files that are not available locally #272
Comments
I think i can fix this issue can you assign it to me... ? |
sure thing, I have assigned you! |
Hi @Jatinjain07Dazai how's it going? Do you need any help? |
I am having some trouble setting up seagoat on windows ,thanks for asking i will try to fix it ASAP |
No probs. btw this documentation is available to help you: https://kantord.github.io/SeaGOAT/0.35.x/developer/#contribution-process also people in this thread might be able to help you with windows specific issues: #179 |
I am unable to run this project even on Parrot Home OS showing Sqlite3 unsupported version so if anyone else want to solve this issue feel free to take it |
When the remote server returns files that are not available locally, they are simply hidden from the results locally. That kinda makes sense, after all the file does not exist. However that issue could be fixed by a simple
git fetch --all
for the most part. So we could show a warning that certain files were not shown locally and it might be fixed by getting the latest version from the serverThe text was updated successfully, but these errors were encountered: