AlgoForge -> IDE error - page 3

 
Vladislav Boyko #:
git pull origin main
The list of files is longer than these screenshots. This is just the beginning and end of the list.
 
bjorn_roskam #:
The list of files is longer than these screenshots. This is just the beginning and end of the list.

We can forcefully download all files from the server. But this will overwrite all local copies.

For example, you have ExpertMacd.mq5 locally and the same file is on the server. The local file will be replaced with the file from the server.

This means that all files from the list (which you got as a result of git pull) will be replaced with the files from the server.

Is this an option for you?

 
Vladislav Boyko #:

We can forcefully download all files from the server. But this will overwrite all local copies.

For example, you have ExpertMacd.mq5 locally and the same file is on the server. The local file will be replaced with the file from the server.

This means that all files from the list (which you got as a result of git pull) will be replaced with the files from the server.

Is this an option for you?

Yes, it is.

I have no local files at the moment of my own after the new installation of MetaTrader.

All my own files are online now.

 
bjorn_roskam #:

Yes, it is.

I have no local files at the moment of my own after the new installation of MetaTrader.

All my own files are online now.

Be sure to close MetaEditor, then run the following commands in sequence:

git reset --hard origin/main

git branch --set-upstream-to=origin/main main
git status
Show a screenshot of the result of the last command (git status)
 

 This is the result

 
bjorn_roskam #:

 This is the result

It appears you have successfully downloaded your files from the server. I'm not sure if the Git buttons will work in MetaEditor. Try committing from MetaEditor to find out.
 

Yesssss!!!!

All my files are back local and visible in IDE.

I tried to do a commit, and successful!

Thank you very much for your help and support.

I am super thankful everything is working again. 🙏🏻