How to download and setup gmsm
Open terminal and run command
git clone https://github.com/tjfoc/gmsm.git
git clone is used to create a copy or clone of gmsm repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gmsm https://github.com/tjfoc/gmsm/archive/master.zip
Or simply clone gmsm with SSH
[email protected]:tjfoc/gmsm.git