First time I run into an equation of this "form", for non linear equations I know separation of variables and substitution. It doesn't seem to be homogenous of degree $0$ so the substitution $v=\frac{x}{t}$ is out of the question? Applying $\ln$ to both sides didn't do much either
$$x'(t)=e^{t+x(t)}-1,\quad x(0)=1$$
Wolfram gives the solution $$x(t)=-\ln(c_1-t)-t$$
One can substitute $v(t)=t+x(t)$, which results in $v'(t)=1+x'(t)$ by differentiating both sides with respect to $t$. Hence, we have: $$x'(t)=e^{t+x(t)}-1\iff v'(t)-1=e^{v(t)}-1 \iff v'(t)=e^{v(t)}$$ This ODE is separable, and you know how to solve such.