problem solved when run command on Git bash program not powershell program
keytool -exportcert -alias YOUR_ALIAS -keystore YOUR_KEYSTORE_PATH | openssl sha1 -binary | openssl base64
YOUR_ALIAS
– your keystore alias
YOUR_KEYSTORE_PATH
– the path to your .keystore
file