Hi , I am learning Blockchain and trying to deploy smart contract through truffle at Infura via ropsten testnet, after compiling I am trying to installing package via npm install @truffle/hdwallet-provider
but it ask GIT is not install , so I install GIT software and it works , my question is what is the connection of Infura and GIT and where I am going to install my package at Infura server or GIT repository?
Hi @ssalipk1
Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.
You will install the package locally using Git. Infura is not storing any files on the servers.