명령줄의 변환 문제 해결 - Amazon Q Developer

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

명령줄의 변환 문제 해결

다음 정보는 Amazon Q Developer를 사용하여 명령줄에서 애플리케이션을 변환할 때 발생하는 일반적인 문제를 해결하는 데 도움이 될 수 있습니다.

보유자 토큰이 새로 고쳐지지 않는 이유는 무엇인가요?

다음 오류가 표시되면 인증에 사용되는 보유자 토큰을 새로 고쳐야 합니다.

Refreshing bearer token ('Error refreshing bearer token due to: ', InvalidGrantException('An error occurred (InvalidGrantException) when calling the CreateToken operation: ')) ('Error getting bearer token due to: ', RuntimeError(('Error refreshing bearer token due to: ', InvalidGrantException('An error occurred (InvalidGrantException) when calling the CreateToken operation: '))))

이 오류를 해결하려면 다음 명령을 실행합니다.

rm ~/.aws/qcodetransform/credentials.json

오래된 자격 증명 파일을 제거한 후를 qct transform 다시 실행하여 변환을 다시 시작합니다.