salesforce / p4-fusion

A fast Perforce to Git conversion tool written in C++ using Perforce Helix Core C++ API and Libgit2
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

How to insert P4PASSWD in order to use p4-fusion? #76

Closed bonohubby closed 2 months ago

bonohubby commented 3 months ago

Hello, I have been trying to use p4-fusion.

But, I don't know where I should insert a P4PASSWD value.

I tried setting it to the environment but it did not work.

I would appreciate it if you could let me know.

twarit-waikar commented 2 months ago

Try running p4 -u <username> -p <port> login before you run this tool. Make sure to use the same user and port values when you invoke p4-fusion.

bonohubby commented 2 months ago

I will try it! Thank you for your kind answer