sahooora commented on pull request #8070:
URL: https://github.com/apache/tvm/pull/8070#issuecomment-843572142


   > Try adding my fork of TVM as a remote and checking out the branch related 
to this PR:
   > 
   > ```
   > git remote add gussmith23 [email protected]:gussmith23/tvm
   > git fetch
   > git checkout 2021-05-18-fix-byodt-parsing
   > ```
   > 
   > Then rebuild TVM!
   
   Thanks for your instant reply!
   I tried but I got the following error:
   
   `error: pathspec '2021-05-18-fix-byodt-parsing' did not match any file(s) 
known to git.`
   
   I also tried `git fetch --all` but it seems I don't have permission:
   
   ```
   Fetching origin
   Fetching gussmith23
   The authenticity of host 'github.com (140.82.121.3)' can't be established.
   RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
   Are you sure you want to continue connecting (yes/no)? yes
   Warning: Permanently added 'github.com,140.82.121.3' (RSA) to the list of 
known hosts.
   [email protected]: Permission denied (publickey).
   fatal: Could not read from remote repository.
   
   Please make sure you have the correct access rights
   and the repository exists.
   error: Could not fetch gussmith23
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to