Connect CodeCommit to Xcode

0

I have been searching high and low and have been unable to find any instructions on how to connect CodeCommit with Xcode, if anyone can help provide a source or something I would be most appreciative.

질문됨 2년 전714회 조회
1개 답변
0

Hi,

I understand that, you want to integrate XCode with CodeCommit and looking for guidance on it.

To integrate with CodeCommit, first you need to upload a public key into IAM using either the CLI or the console. Once it's uploaded, IAM gives you an ID for the key pair, use this as your SSH username [1].

As a workaround you can:

Create an IAM user Grant the user AWSCodeCommitPowerUser Permissions Download the HTTPS Git credentials for AWS CodeCommit

Assuming that the Repository is created and you are about to push your code,

[1] You will add origin

[2] You will be prompted to enter username and password of the file I advised you to download [3] After the above steps you will be able to push to your repository.

I hope this helps

Resources:- [1] https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ide.html

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠