Failed to fork repository: cannot retry due to server authentication, in streaming mode

I exec the command mvn openmrs-sdk:clone in windows powershell admin to clone fhir repo.
But I get the error
Failed to fork repository: cannot retry due to server authentication, in streaming mode The complete log is here.
I have written the correct groupid and artifact id from pom.xml. And written the correct password. I have tried it 3 times it gives the same error.
Some one please help.

@abhishek are you following this bit here ?

Cloning and Forking OpenMRS module repository

You can clone any OpenMRS module repository by executing openmrs-sdk:clone command.

Cloning OpenMRS module repository

mvn openmrs-sdk:clone

You will be asked for artifactId of module You want to clone:

Please specify ‘artifactId’:

Note: groupId is set to “org.openmrs.module” , but it can be changed by adding -DgroupId= to openmrs-sdk:clone command.

Then You will be asked for GitHub credentials:

Please specify ‘GitHub username’:

and:

Please specify ‘GitHub personal access token’:

OpenMRS SDK will automatically clone repository to current directory, fork it to Your GitHub account and add upstream remote to git repository.

Hi @gcliff ,

Please specify ‘GitHub personal access token’:

Instead of this it asks me the password.

you can punch in your password or create a personal access token

I have just released version 3.13.7 of the sdk which asks for the GitHub personal access token instead of password.