Check mk error in compilation from source git

now i have the following error

tar: windows/check_mk_agent-64.exe: Cannot stat: No such file or directory
tar: windows/check_mk_agent.exe: Cannot stat: No such file or directory
tar: windows/check_mk_agent.msi: Cannot stat: No such file or directory
tar: windows/python-3.8.zip: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors

cd agents ; tar czf ../check_mk-1.7.0i1/agents.tar.gz --owner=root --group=root --exclude=.svn --exclude=*~ --exclude=.gitignore --exclude=*.swp --exclude=.f12 \

--exclude check_mk_agent.spec \

--exclude special/lib \

cfg_examples \

plugins \

sap \

special \

z_os \

check-mk-agent_*.deb \

check-mk-agent-*.rpm \

check_mk_agent.* \

check_mk_caching_agent.linux \

CONTENTS \

mk-job* \

waitmax \

windows/cfg_examples \

windows/check_mk_agent-64.exe \

windows/check_mk_agent.exe \

windows/check_mk_agent.msi \

windows/python-3.8.zip \

windows/check_mk.example.ini \

windows/check_mk.user.yml \

windows/CONTENTS \

windows/mrpe \

windows/plugins

tar: windows/check_mk_agent-64.exe: Cannot stat: No such file or directory

tar: windows/check_mk_agent.exe: Cannot stat: No such file or directory

tar: windows/check_mk_agent.msi: Cannot stat: No such file or directory

tar: windows/python-3.8.zip: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

Makefile:177: recipe for target 'check_mk-1.7.0i1.tar.gz' failed

make: *** [check_mk-1.7.0i1.tar.gz] Error 2