Gitea does not recognize .slx models as binary files and changes can not be seen.

4 次查看(过去 30 天)
Hi.
for integrating uploading my files to a git repository but my .slx are not recognized as binary files in the repository. What's wrong with it ? Can you give some guidance please.
Image attached below, I must hide the name of the file due to confindentiallity politics.

回答(1 个)

Balaji
Balaji 2024-2-20
Hello Edison,
I understand that you are encountering issues with using Git source control for SLX files in MATLAB. If your MATLAB version is earlier than R2020b, I suggest installing a command-line Git client to enable branch merging within MATLAB. For more information on this, I recommend following the 'Install Command-Line Client' subsection using the following link:
Additionally, please ensure that your folder contains a .gitattributes file with the following line:
*.slx binary
This will help Git handle SLX files correctly. For a recommended workflow when using git-based version control with SLX files, consider using Simulink Projects. You can find more information about this by referring to the following link: https://www.mathworks.com/help/simulink/slref/using-a-simulink-project-with-git.html
I hope this resolves your query.
Balaji
  1 个评论
Edison Gabriel
Edison Gabriel 2024-2-20
Hi.
First of all thank you for your answer.
I'm acutally using MATLAB R2023b so I think I don't need to install a command-line Git client. I've already added .gitattributes files to my remote repository but the .slx files still not read as binary.
I attach an image showing the content of my repository where the .slx files are inside the folder RFSoC_Proxy_FPGA. In the image It's also shown the content of .gitattributes.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Source Control Integration 的更多信息

产品


版本

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by