Windscribe Desktop app build is failing because a cmake file is instructing git to switch to the said tag but it doesn't exist.
Temporary fix:
Windscribe/Desktop-app/cmake/fetch_wsnet.cmake, the local clone:
Replaced
GIT_TAG 1.4.8
with
GIT_TAG a0d72471dc7759f7d646d7119118212d6ffa1119
the commit hash.
Suggested fix:
Please create a tag for the release 1.4.8 in this repository.