so i config pontoon repo, but git is block or bother me.
First - SSH_CONFIG in Pre-Deploy of Pontoon.
StrictHostKeyChecking=no
Host github.com
User git (removed, it's same)
and i run for heroku run -a app ./manage.py sync_projects
2020-04-10T12:55:04.583634+00:00 app[worker.1]: Git: [Errno 2] No such file or directory: '/app/media/projects/stellaris/git@github.com:readingsnail/stellaris.git': '/app/media/projects/stellaris/git@github.com:readingsnail/stellaris.git'
2020-04-10T12:55:04.583739+00:00 app[worker.1]: [2020-04-10 12:55:04,583: INFO/ForkPoolWorker-8] Git: [Errno 2] No such file or directory: '/app/media/projects/stellaris/git@github.com:readingsnail/stellaris.git': '/app/media/projects/stellaris/git@github.com:readingsnail/stellaris.git'
2020-04-10T12:55:06.999459+00:00 heroku[run.1703]: State changed from up to complete
2020-04-10T12:55:06.490050+00:00 app[worker.1]: [2020-04-10 12:55:06,489: ERROR/ForkPoolWorker-8] Task pontoon.sync.tasks.sync_project[93e039fe-6039-4dd3-bf72-f53bbb6626ac] raised unexpected: PullFromRepositoryException("Cloning into '/app/media/projects/stellaris/git@github.com:readingsnail/stellaris.git'...\nWarning: Permanently added 'github.com,140.82.118.4' (RSA) to the list of known hosts.\r\ngit@github.com: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n")
2020-04-10T12:55:06.490061+00:00 app[worker.1]: Traceback (most recent call last):
2020-04-10T12:55:06.490068+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/celery/app/trace.py", line 385, in trace_task
2020-04-10T12:55:06.490068+00:00 app[worker.1]: R = retval = fun(*args, **kwargs)
2020-04-10T12:55:06.490073+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/newrelic/hooks/application_celery.py", line 84, in wrapper
2020-04-10T12:55:06.490074+00:00 app[worker.1]: return wrapped(*args, **kwargs)
2020-04-10T12:55:06.490074+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/celery/app/trace.py", line 648, in __protected_call__
2020-04-10T12:55:06.490074+00:00 app[worker.1]: return self.run(*args, **kwargs)
2020-04-10T12:55:06.490075+00:00 app[worker.1]: File "/app/pontoon/sync/core.py", line 69, in wrapped_func
2020-04-10T12:55:06.490075+00:00 app[worker.1]: return func(self, *args, **kwargs)
2020-04-10T12:55:06.490076+00:00 app[worker.1]: File "/app/pontoon/sync/tasks.py", line 105, in sync_project
2020-04-10T12:55:06.490076+00:00 app[worker.1]: source_changes = sync_sources(db_project, now, force, no_pull)
2020-04-10T12:55:06.490077+00:00 app[worker.1]: File "/app/pontoon/sync/tasks.py", line 132, in sync_sources
2020-04-10T12:55:06.490077+00:00 app[worker.1]: source_repo_changed, _ = pull_changes(db_project)
2020-04-10T12:55:06.490077+00:00 app[worker.1]: File "/app/pontoon/sync/core.py", line 323, in pull_changes
2020-04-10T12:55:06.490078+00:00 app[worker.1]: repo_revisions = repo.pull(remaining_locales)
2020-04-10T12:55:06.490078+00:00 app[worker.1]: File "/app/pontoon/base/models.py", line 1804, in pull
2020-04-10T12:55:06.490078+00:00 app[worker.1]: update_from_vcs(self.type, self.url, self.checkout_path, self.branch)
2020-04-10T12:55:06.490079+00:00 app[worker.1]: File "/app/pontoon/sync/vcs/repositories.py", line 276, in update_from_vcs
2020-04-10T12:55:06.490079+00:00 app[worker.1]: obj.pull()
2020-04-10T12:55:06.490079+00:00 app[worker.1]: File "/app/pontoon/sync/vcs/repositories.py", line 57, in pull
2020-04-10T12:55:06.490080+00:00 app[worker.1]: raise PullFromRepositoryException(text_type(error))
2020-04-10T12:55:06.490086+00:00 app[worker.1]: pontoon.sync.vcs.repositories.PullFromRepositoryException: Cloning into '/app/media/projects/stellaris/git@github.com:readingsnail/stellaris.git'...
2020-04-10T12:55:06.490086+00:00 app[worker.1]: Warning: Permanently added 'github.com,140.82.118.4' (RSA) to the list of known hosts.
2020-04-10T12:55:06.490086+00:00 app[worker.1]: git@github.com: Permission denied (publickey).
2020-04-10T12:55:06.490087+00:00 app[worker.1]: fatal: Could not read from remote repository.
2020-04-10T12:55:06.490087+00:00 app[worker.1]:
2020-04-10T12:55:06.490087+00:00 app[worker.1]: Please make sure you have the correct access rights
2020-04-10T12:55:06.490088+00:00 app[worker.1]: and the repository exists.
and repo config is here - change to https://www.github.com/readingsnail/stellaris.git is same